diff --git a/config/home/hyprland.nix b/config/home/hyprland.nix index 5ac7e37..377ccee 100644 --- a/config/home/hyprland.nix +++ b/config/home/hyprland.nix @@ -46,7 +46,7 @@ in with lib; { env = XDG_SESSION_DESKTOP, Hyprland env = GDK_BACKEND, wayland env = CLUTTER_BACKEND, wayland - env = SDL_VIDEODRIVER, x11 + env = SDL_VIDEODRIVER, wayland env = XCURSOR_SIZE, 24 env = XCURSOR_THEME, Bibata-Modern-Ice env = QT_QPA_PLATFORM, wayland diff --git a/config/home/packages.nix b/config/home/packages.nix index 59d6698..7d4e210 100644 --- a/config/home/packages.nix +++ b/config/home/packages.nix @@ -4,7 +4,7 @@ { # Install Packages For The User home.packages = with pkgs; [ - pkgs."${browser}" discord libvirt swww grim slurp gnome.file-roller + pkgs."${browser}" discord-canary libvirt swww grim slurp gnome.file-roller swaynotificationcenter rofi-wayland imv transmission-gtk mpv gimp obs-studio blender-hip kdenlive godot_4 rustup audacity font-awesome spotify swayidle vim neovide neovim pavucontrol diff --git a/flake.nix b/flake.nix index 814f34b..22ea26d 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ cpuType = "amd"; gpuType = "amd"; # Run: sudo lshw -c display to find this info - # This is needed for hybrid nvidia offloading + # This is needed ONLY for hybrid nvidia offloading # Run: nvidia-offload (insert program name) intel-bus-id = "PCI:0:2:0"; nvidia-bus-id = "PCI:14:0:0";