added theme as toml
This commit is contained in:
parent
11e79467e4
commit
9e436097a4
3 changed files with 210 additions and 7 deletions
|
@ -23,4 +23,13 @@
|
|||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue