Update common.nix
This commit is contained in:
parent
b69a07fa61
commit
ba29260c29
1 changed files with 1 additions and 10 deletions
11
common.nix
11
common.nix
|
|
@ -36,6 +36,7 @@ programs.dconf = {
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
|
gtk-theme = "Adwaita-dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
|
@ -46,16 +47,6 @@ environment.variables = {
|
||||||
DCONF_PROFILE = "user";
|
DCONF_PROFILE = "user";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Compile dconf databases
|
|
||||||
systemd.services.dconf-update = {
|
|
||||||
description = "Update dconf databases";
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "oneshot";
|
|
||||||
ExecStart = "${pkgs.dconf}/bin/dconf update";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.fred = {
|
users.users.fred = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue