use new nix-matlab

This commit is contained in:
EdenQwQ 2026-01-10 21:51:35 +08:00
parent 3be805c3a5
commit b8f50e97c9
3 changed files with 9 additions and 12 deletions

14
flake.lock generated
View file

@ -794,17 +794,17 @@
]
},
"locked": {
"lastModified": 1754476755,
"narHash": "sha256-vSF0VMEmPMzwNkrXIZwkhOSYmKES9BaDK/LlEe7/q8E=",
"owner": "doronbehar",
"lastModified": 1768051943,
"narHash": "sha256-urpycV6QT20RRKNEXAGRqOErjcsAfBN3lt2SBgJxFeA=",
"owner": "EdenQwQ",
"repo": "nix-matlab",
"rev": "0e9c9fb660f9e1a1e4d59fd083e0212a15b513e2",
"type": "gitlab"
"rev": "cf5cacf3d5ffefb267618a8ce9f93365d3b1a6b3",
"type": "github"
},
"original": {
"owner": "doronbehar",
"owner": "EdenQwQ",
"repo": "nix-matlab",
"type": "gitlab"
"type": "github"
}
},
"nixGL": {

View file

@ -82,7 +82,7 @@
mangowc.url = "github:DreamMaoMao/mangowc";
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
nix-matlab = {
url = "gitlab:doronbehar/nix-matlab";
url = "github:EdenQwQ/nix-matlab";
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty.url = "github:ghostty-org/ghostty";

View file

@ -1,11 +1,8 @@
{
colorSchemes = [
{
name = "gruvbox-material-dark-soft";
name = "everforest";
isDefault = true;
}
"catppuccin-frappe"
"everforest"
"kanagawa"
];
}