woot. got a working build again
This commit is contained in:
parent
d700126642
commit
ff0a8c5b1b
16 changed files with 73 additions and 89 deletions
|
@ -1,4 +1,22 @@
|
|||
{ ... }:
|
||||
{ osConfig, ... }:
|
||||
{
|
||||
sneeuwvlok = {};
|
||||
home.stateVersion = osConfig.system.stateVersion;
|
||||
|
||||
programs.git = {
|
||||
userName = "Chris Kruining";
|
||||
userEmail = "chris@kruining.eu";
|
||||
};
|
||||
|
||||
sneeuwvlok = {
|
||||
shell = {
|
||||
default = "zsh";
|
||||
corePkgs.enable = true;
|
||||
};
|
||||
|
||||
themes = {
|
||||
enable = true;
|
||||
theme = "everforest";
|
||||
polarity = "dark";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue