From 9c665a3826ceb119cca4497a403e0d49a20f7039 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 23 Jun 2023 22:45:46 +0200 Subject: [PATCH] another try for wallpapers --- nixos/configuration.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b355c29..496eb54 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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