touchbar still broke but cleaning up repo

This commit is contained in:
2025-07-08 12:38:43 -05:00
parent c4f24c33be
commit 528a02ec4b
5 changed files with 7 additions and 2 deletions

View File

@@ -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 = {

View File

@@ -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;