This commit is contained in:
Arthur Wambst 2025-02-22 14:51:21 +01:00
parent 0596d0e136
commit e668be070b
3 changed files with 5 additions and 6 deletions

View File

@ -185,11 +185,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1740230736,
"narHash": "sha256-60l230WVrNA21UrCH7MtOlb75/l4jz47yVVGFyqt3jo=",
"lastModified": 1740231585,
"narHash": "sha256-ybJ20Qrwy7DehV9rPkVekGlMiCeYgjfl3ArVwuPOixM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "62518b5aafd1c296bb86bc270eb300f29ca45300",
"rev": "00266d92665706645e97d9c7b5a6911bcb52c521",
"type": "github"
},
"original": {

View File

@ -6,7 +6,7 @@ imports = [ ./theme.nix ];
default = true;
};
config = lib.mkIf config.nvim.enable {
environment.systemPackages = [ pkgs.neovim ];
environment.systemPackages = [ inputs.neovim.packages.${pkgs.system}.neovim ];
# Import the theme module automatically if it's available

View File

@ -13,7 +13,6 @@ with lib; {
"tokyonight" = null; # No flake input, assumes user manages it manually
}.${config.programs.neovim.theme} or null;
in {
environment.systemPackages = [ pkgs.neovim ];
programs.neovim = {
configure = {