added theme as toml

This commit is contained in:
twoneis 2023-11-24 05:09:42 +01:00
parent 11e79467e4
commit 9e436097a4
3 changed files with 210 additions and 7 deletions

View file

@ -23,4 +23,13 @@
};
programs.home-manager.enable = true;
dconf = {
enable = true;
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
};
}