teststst
This commit is contained in:
parent
150800c492
commit
77d5236838
@ -1,5 +1,6 @@
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
with lib; {
|
||||
imports = [ ./theme.nix ];
|
||||
options.nvim = {
|
||||
enable = lib.mkEnableOption "Enable Neovim";
|
||||
};
|
||||
@ -7,6 +8,6 @@ with lib; {
|
||||
environment.systemPackages = [ pkgs.neovim ];
|
||||
|
||||
# Import the theme module automatically if it's available
|
||||
imports = [ ./theme.nix ];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user