mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
GNOME configuration
This commit is contained in:
parent
6eb422e4ee
commit
d528cb20a3
@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
# https://github.com/danieldk/nix-home/blob/master/home/cfg/desktop.nix
|
||||
# https://github.com/Martins3/My-Linux-Config/blob/master/nixpkgs/home/app/gnome.nix
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
@ -9,6 +10,7 @@
|
||||
dconf.settings = {
|
||||
"org/gnome/settings-daemon/plugins/color" = {
|
||||
night-light-enabled = true;
|
||||
night-light-schedule-automatic = false;
|
||||
#night-light-temperature = "uint32 3700";
|
||||
};
|
||||
|
||||
@ -16,6 +18,14 @@
|
||||
dynamic-workspaces = true;
|
||||
workspaces-only-on-primary = true;
|
||||
};
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
# Dark Style
|
||||
color-scheme = "prefer-dark";
|
||||
# Multitasking > General > Hot Corner
|
||||
enable-hot-corners = false;
|
||||
show-battery-percentage = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user