diff options
| author | 2026-04-25 14:28:02 -0400 | |
|---|---|---|
| committer | 2026-04-25 14:46:39 -0400 | |
| commit | 0848d6c89defb95966deeecd1c61352deccbeaec (patch) | |
| tree | 21a2e74fcabb85c02fda8959badc08b0f7de0261 /nix_archive/hosts/palm/configuration.nix | |
| parent | ef40a5119a77280863c21ba67397818514714ccc (diff) | |
| download | dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2 dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip | |
New CPU + Cleanup
Diffstat (limited to 'nix_archive/hosts/palm/configuration.nix')
| -rw-r--r-- | nix_archive/hosts/palm/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix_archive/hosts/palm/configuration.nix b/nix_archive/hosts/palm/configuration.nix index c91ef72..9fd4ebc 100644 --- a/nix_archive/hosts/palm/configuration.nix +++ b/nix_archive/hosts/palm/configuration.nix @@ -18,7 +18,7 @@ in { ../../nix/programs/bash.nix ../../nix/programs/nvim.nix ../../nix/programs/sway.nix - ../../nix/programs/kitty.nix + ../../nix/programs/foot.nix ../../nix/programs/firefox.nix ../../nix/programs/obs.nix ../../nix/programs/waydroid.nix @@ -112,7 +112,6 @@ in { STOP_CHARGE_THRESH_BAT0 = 85; }; }; - programs.light.enable = true; networking = { hostName = "palm"; @@ -154,8 +153,9 @@ in { }; environment.systemPackages = with pkgs; [ - linuxPackages_latest.perf + perf linuxPackages_latest.cpupower + brightnessctl (pkgs.writeShellScriptBin "run-sway" '' export WLR_RENDERER=vulkan export WLR_DRM_DEVICES=/dev/dri/card1 |