mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 09:28:30 +02:00
something something cumulative updates
This commit is contained in:
parent
1d50fdc0e2
commit
3d382ef13c
14 changed files with 73 additions and 62 deletions
|
@ -5,6 +5,11 @@
|
|||
|
||||
# theme hardcoded to dracula, too lazy to make all this base16
|
||||
systemd.user.sessionVariables.GTK_THEME = "Dracula";
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "gtk";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue