mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
another try for wallpapers
This commit is contained in:
parent
7c5a335a25
commit
386c178c92
1 changed files with 10 additions and 2 deletions
|
|
@ -52,8 +52,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking.hostName = "nixos";
|
||||
networking.networkmanager.enable = true;
|
||||
networking = {
|
||||
hostName = "nixos";
|
||||
networkmanager.enable = true;
|
||||
extraHosts =
|
||||
''
|
||||
192.168.122.44 illumos-vm
|
||||
'';
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Zurich";
|
||||
# Windows sets the hardware clock in local time by default.
|
||||
|
|
@ -76,6 +82,7 @@
|
|||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.wallpaper.mode = "fill";
|
||||
desktopManager.gnome = {
|
||||
enable = true;
|
||||
extraGSettingsOverrides = ''
|
||||
|
|
@ -183,6 +190,7 @@
|
|||
# Wine for 32 and 64 bit applications
|
||||
wineWowPackages.stable
|
||||
virt-manager
|
||||
feh
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue