teststst
This commit is contained in:
parent
150800c492
commit
77d5236838
@ -1,5 +1,6 @@
|
|||||||
{ config, pkgs, lib, inputs, ... }:
|
{ config, pkgs, lib, inputs, ... }:
|
||||||
with lib; {
|
with lib; {
|
||||||
|
imports = [ ./theme.nix ];
|
||||||
options.nvim = {
|
options.nvim = {
|
||||||
enable = lib.mkEnableOption "Enable Neovim";
|
enable = lib.mkEnableOption "Enable Neovim";
|
||||||
};
|
};
|
||||||
@ -7,6 +8,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 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user