This commit is contained in:
Arthur Wambst 2025-02-22 14:26:03 +01:00
parent b71af255a9
commit 150800c492
2 changed files with 4 additions and 4 deletions

View File

@ -185,11 +185,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1740228974,
"narHash": "sha256-PRQuNtc4Q/rVZmd8jw5xb1w2wgK2M1oXslX/Goe2kg0=",
"lastModified": 1740230736,
"narHash": "sha256-60l230WVrNA21UrCH7MtOlb75/l4jz47yVVGFyqt3jo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1c8c4f744c62c744f3118d740fdabd719d1cac00",
"rev": "62518b5aafd1c296bb86bc270eb300f29ca45300",
"type": "github"
},
"original": {

View File

@ -7,6 +7,6 @@ with lib; {
environment.systemPackages = [ pkgs.neovim ];
# Import the theme module automatically if it's available
imports = ./theme.nix ;
imports = [ ./theme.nix ];
};
}