Fixing up stuff, nothing important changed

This commit is contained in:
Tyler Kelley 2024-01-29 09:13:50 -06:00
parent d238074a46
commit f8597c1eed
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ in with lib; {
env = XDG_SESSION_DESKTOP, Hyprland env = XDG_SESSION_DESKTOP, Hyprland
env = GDK_BACKEND, wayland env = GDK_BACKEND, wayland
env = CLUTTER_BACKEND, wayland env = CLUTTER_BACKEND, wayland
env = SDL_VIDEODRIVER, x11 env = SDL_VIDEODRIVER, wayland
env = XCURSOR_SIZE, 24 env = XCURSOR_SIZE, 24
env = XCURSOR_THEME, Bibata-Modern-Ice env = XCURSOR_THEME, Bibata-Modern-Ice
env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORM, wayland

View File

@ -4,7 +4,7 @@
{ {
# Install Packages For The User # Install Packages For The User
home.packages = with pkgs; [ 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 swaynotificationcenter rofi-wayland imv transmission-gtk mpv
gimp obs-studio blender-hip kdenlive godot_4 rustup audacity gimp obs-studio blender-hip kdenlive godot_4 rustup audacity
font-awesome spotify swayidle vim neovide neovim pavucontrol font-awesome spotify swayidle vim neovide neovim pavucontrol

View File

@ -39,7 +39,7 @@
cpuType = "amd"; cpuType = "amd";
gpuType = "amd"; gpuType = "amd";
# Run: sudo lshw -c display to find this info # 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) # Run: nvidia-offload (insert program name)
intel-bus-id = "PCI:0:2:0"; intel-bus-id = "PCI:0:2:0";
nvidia-bus-id = "PCI:14:0:0"; nvidia-bus-id = "PCI:14:0:0";