ColourScheme
parent
9e5b2b5741
commit
b06764087d
|
@ -0,0 +1,9 @@
|
|||
{ self, ... }:
|
||||
|
||||
{
|
||||
colorscheme = {
|
||||
nord = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [
|
||||
./colourScheme.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue