diff --git a/Wallpaper/sDpJ0mPGhn4FnbWOsOI4HoiYUvnyKjJck4RJnPZo-3609584059.jpg b/Wallpaper/sDpJ0mPGhn4FnbWOsOI4HoiYUvnyKjJck4RJnPZo-3609584059.jpg deleted file mode 100644 index fc040ac..0000000 Binary files a/Wallpaper/sDpJ0mPGhn4FnbWOsOI4HoiYUvnyKjJck4RJnPZo-3609584059.jpg and /dev/null differ diff --git a/hosts/mac-laptop/configuration.nix b/hosts/mac-laptop/configuration.nix index b2eb963..bcb6874 100644 --- a/hosts/mac-laptop/configuration.nix +++ b/hosts/mac-laptop/configuration.nix @@ -10,10 +10,13 @@ ./hardware-configuration.nix ]; powerManagement.enable = true; + hardware.asahi.extractPeripheralFirmware = true; hardware.asahi.peripheralFirmwareDirectory = ./firmware; hardware.asahi.enable = true; services.upower.enable = true; + hardware.apple.touchBar.enable = true; + hardware.apple.touchBar.package = pkgs.tiny-dfr; # Bootloader. boot.loader.systemd-boot.enable = true; @@ -112,6 +115,7 @@ }; hardware.asahi.useExperimentalGPUDriver = true; + hardware.asahi.experimentalGPUInstallMode = "replace"; # Configure keymap in X11 services.xserver.xkb = { diff --git a/hosts/mac-laptop/home.nix b/hosts/mac-laptop/home.nix index aec1b11..c8ca366 100644 --- a/hosts/mac-laptop/home.nix +++ b/hosts/mac-laptop/home.nix @@ -15,9 +15,10 @@ pkgs.signal-desktop-bin pkgs.supersonic pkgs.adw-gtk3 + pkgs.xfce.thunar ]; - programs.hyprlock.enable = false; + programs.hyprlock.enable = true; programs.kitty.enable = true; programs.cava.enable = true; programs.btop.enable = true; diff --git a/modules/hypr/hyprland_laptop.nix b/modules/hypr/hyprland_laptop.nix index 58fa777..f5eb8da 100644 --- a/modules/hypr/hyprland_laptop.nix +++ b/modules/hypr/hyprland_laptop.nix @@ -16,7 +16,7 @@ exec-once = hyprctl dispatch workspace 1 #exec-once = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427 exec-once = hyprlock # exec-once = waybar -exec-once = ashell +exec-once = WGPU_BACKEND=gl ashell exec-once = systemctl --user start hyprpolkitagent # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/virtualmonitor.sh b/virtualmonitor.sh deleted file mode 100644 index e69de29..0000000