tests
This commit is contained in:
parent
18711c845b
commit
5fa1494df6
@ -7,6 +7,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 = builtins.concatLists [ ./theme.nix ];
|
imports = builtins.concatLists[ ./theme.nix ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user