ColourScheme

main
Johannes Hendrik Gerard van der Weide 2024-02-09 13:19:32 +01:00
parent 9e5b2b5741
commit b06764087d
2 changed files with 10 additions and 0 deletions

9
config/colourScheme.nix Normal file
View File

@ -0,0 +1,9 @@
{ self, ... }:
{
colorscheme = {
nord = {
enable = true;
};
};
}

View File

@ -1,5 +1,6 @@
{ {
# Import all your configuration modules here # Import all your configuration modules here
imports = [ imports = [
./colourScheme.nix
]; ];
} }