dotfiles/nixcfgs/hosts/zephyrus/packages.nix

12 lines
167 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
asusctl
supergfxctl
];
services.asusd.enable = true;
services.supergfxd.enable = true;
}