diff --git a/hosts/virgil/configuration.nix b/hosts/virgil/configuration.nix index 4076964..8beee6a 100644 --- a/hosts/virgil/configuration.nix +++ b/hosts/virgil/configuration.nix @@ -13,7 +13,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - + boot.kernelPackages = pkgs.linuxPackages_6_1; networking = { hostName = "virgil"; nameservers = ["127.0.0.1" "::1"]; diff --git a/modules/home-manager/noctalia.nix b/modules/home-manager/noctalia.nix index 27cdd47..42bd2d7 100644 --- a/modules/home-manager/noctalia.nix +++ b/modules/home-manager/noctalia.nix @@ -54,6 +54,9 @@ monthBeforeDay = true; name = "Bursa"; }; + wallpaper = { + enabled = false; + }; }; # this may also be a string or a path to a JSON file, # but in this case must include *all* settings.