mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-17 05:05: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 = {
|
||||||
networking.networkmanager.enable = true;
|
hostName = "nixos";
|
||||||
|
networkmanager.enable = true;
|
||||||
|
extraHosts =
|
||||||
|
''
|
||||||
|
192.168.122.44 illumos-vm
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Zurich";
|
time.timeZone = "Europe/Zurich";
|
||||||
# Windows sets the hardware clock in local time by default.
|
# Windows sets the hardware clock in local time by default.
|
||||||
|
|
@ -76,6 +82,7 @@
|
||||||
|
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
|
desktopManager.wallpaper.mode = "fill";
|
||||||
desktopManager.gnome = {
|
desktopManager.gnome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraGSettingsOverrides = ''
|
extraGSettingsOverrides = ''
|
||||||
|
|
@ -183,6 +190,7 @@
|
||||||
# Wine for 32 and 64 bit applications
|
# Wine for 32 and 64 bit applications
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
virt-manager
|
virt-manager
|
||||||
|
feh
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue