This commit is contained in:
2025-07-23 22:17:46 -05:00
5 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 KiB

View File

@@ -10,10 +10,13 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
powerManagement.enable = true; powerManagement.enable = true;
hardware.asahi.extractPeripheralFirmware = true;
hardware.asahi.peripheralFirmwareDirectory = ./firmware; hardware.asahi.peripheralFirmwareDirectory = ./firmware;
hardware.asahi.enable = true; hardware.asahi.enable = true;
services.upower.enable = true; services.upower.enable = true;
hardware.apple.touchBar.enable = true;
hardware.apple.touchBar.package = pkgs.tiny-dfr;
# Bootloader. # Bootloader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
@@ -112,6 +115,7 @@
}; };
hardware.asahi.useExperimentalGPUDriver = true; hardware.asahi.useExperimentalGPUDriver = true;
hardware.asahi.experimentalGPUInstallMode = "replace";
# Configure keymap in X11 # Configure keymap in X11
services.xserver.xkb = { services.xserver.xkb = {

View File

@@ -15,9 +15,10 @@
pkgs.signal-desktop-bin pkgs.signal-desktop-bin
pkgs.supersonic pkgs.supersonic
pkgs.adw-gtk3 pkgs.adw-gtk3
pkgs.xfce.thunar
]; ];
programs.hyprlock.enable = false; programs.hyprlock.enable = true;
programs.kitty.enable = true; programs.kitty.enable = true;
programs.cava.enable = true; programs.cava.enable = true;
programs.btop.enable = true; programs.btop.enable = true;

View File

@@ -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 = linux-wallpaperengine --screen-root HDMI-A-1 --silent --fps 60 3000562427
exec-once = hyprlock exec-once = hyprlock
# exec-once = waybar # exec-once = waybar
exec-once = ashell exec-once = WGPU_BACKEND=gl ashell
exec-once = systemctl --user start hyprpolkitagent exec-once = systemctl --user start hyprpolkitagent
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more

View File