diff --git a/home-manager/modules/hypr/hypr.nix b/home-manager/modules/hypr/hypr.nix index 93acc7a..432994f 100644 --- a/home-manager/modules/hypr/hypr.nix +++ b/home-manager/modules/hypr/hypr.nix @@ -53,8 +53,7 @@ # "hyprlock" "wal -R &" # "hyprpaper &" - "swww-daemon &" - "swww img ~/Pictures/wallpaper.png &" + # "(swww-daemon &) && sleep 2 && swww img /home/krosh/Pictures/wallpaper.png" # "hyprctl hyprpaper reload ,~/Pictures/wallpaper.png" "hyprpanel &" "gsettings set org.gnome.desktop.interface cursor-theme '${config.home.pointerCursor.name}'" diff --git a/nixos/custom.nix b/nixos/custom.nix index e469055..ffa199d 100644 --- a/nixos/custom.nix +++ b/nixos/custom.nix @@ -147,6 +147,7 @@ "boot.shell_on_fail" "udev.log_priority=3" "rd.systemd.show_status=auto" + "kvm.enable_virt_at_load=0" ]; loader.timeout = 0; };