teststst
This commit is contained in:
parent
b71af255a9
commit
150800c492
@ -185,11 +185,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740228974,
|
"lastModified": 1740230736,
|
||||||
"narHash": "sha256-PRQuNtc4Q/rVZmd8jw5xb1w2wgK2M1oXslX/Goe2kg0=",
|
"narHash": "sha256-60l230WVrNA21UrCH7MtOlb75/l4jz47yVVGFyqt3jo=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1c8c4f744c62c744f3118d740fdabd719d1cac00",
|
"rev": "62518b5aafd1c296bb86bc270eb300f29ca45300",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@ -7,6 +7,6 @@ with lib; {
|
|||||||
environment.systemPackages = [ pkgs.neovim ];
|
environment.systemPackages = [ pkgs.neovim ];
|
||||||
|
|
||||||
# Import the theme module automatically if it's available
|
# Import the theme module automatically if it's available
|
||||||
imports = ./theme.nix ;
|
imports = [ ./theme.nix ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user