dev
This commit is contained in:
parent
0596d0e136
commit
e668be070b
@ -185,11 +185,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740230736,
|
"lastModified": 1740231585,
|
||||||
"narHash": "sha256-60l230WVrNA21UrCH7MtOlb75/l4jz47yVVGFyqt3jo=",
|
"narHash": "sha256-ybJ20Qrwy7DehV9rPkVekGlMiCeYgjfl3ArVwuPOixM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "62518b5aafd1c296bb86bc270eb300f29ca45300",
|
"rev": "00266d92665706645e97d9c7b5a6911bcb52c521",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@ -6,7 +6,7 @@ imports = [ ./theme.nix ];
|
|||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
config = lib.mkIf config.nvim.enable {
|
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
|
# Import the theme module automatically if it's available
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,6 @@ with lib; {
|
|||||||
"tokyonight" = null; # No flake input, assumes user manages it manually
|
"tokyonight" = null; # No flake input, assumes user manages it manually
|
||||||
}.${config.programs.neovim.theme} or null;
|
}.${config.programs.neovim.theme} or null;
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [ pkgs.neovim ];
|
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
configure = {
|
configure = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user