feat/nix #3

Merged
Jaaj-San merged 59 commits from feat/nix into main 2024-09-20 22:35:47 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit aad163473d - Show all commits

View file

@ -14,6 +14,5 @@
pkgs.jq pkgs.jq
pkgs.dash pkgs.dash
pkgs.socat pkgs.socat
pkgs.power-profiles-daemon
]; ];
} }

View file

@ -49,6 +49,7 @@
# Services # Services
services.seatd.enable = true; services.seatd.enable = true;
services.power-profiles-daemon.enable = true;
# NVIDIA # NVIDIA
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings"]; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) ["nvidia-x11" "nvidia-settings"];