what in the world is wrong with GNOME...
This commit is contained in:
parent
d1ed945935
commit
f30d7f25da
4 changed files with 50 additions and 1 deletions
|
|
@ -61,6 +61,7 @@
|
|||
desktopManager.wallpaper.mode = "fill";
|
||||
};
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
# Configure console keymap
|
||||
console.keyMap = "de";
|
||||
|
|
@ -91,6 +92,14 @@
|
|||
wget
|
||||
];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
||||
environment.sessionVariables = {
|
||||
GTK_THEME = "Adwaita:dark";
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue