diff options
author | sefidel <contact@sefidel.net> | 2023-04-21 18:48:44 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-04-21 18:48:44 +0900 |
commit | 252029df30e05002e63a6c891f469666789bbd78 (patch) | |
tree | 2ff2e9a42504383d94b73f92036b70a7b1506d29 /nixos/alpha/configuration.nix | |
parent | 99738dcb2dda1cbb4eecc387e93be7bd4bbc25cd (diff) | |
download | nixrc-252029df30e05002e63a6c891f469666789bbd78.tar.gz nixrc-252029df30e05002e63a6c891f469666789bbd78.zip |
feat(nixos/alpha): add solaar
Diffstat (limited to 'nixos/alpha/configuration.nix')
-rw-r--r-- | nixos/alpha/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 32babda..2c2c5a8 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -101,7 +101,7 @@ time.timeZone = "Asia/Seoul"; - environment.systemPackages = with pkgs; [ gcc git gnumake ]; + environment.systemPackages = with pkgs; [ gcc git gnumake solaar ]; services.zfs.trim.enable = true; services.zfs.autoScrub.enable = true; @@ -132,6 +132,7 @@ }; hardware.bluetooth.enable = true; + hardware.logitech.wireless.enable = true; services.printing.enable = true; services.printing.drivers = [ pkgs.gutenprint pkgs.samsung-unified-linux-driver pkgs.brgenml1lpr pkgs.brgenml1cupswrapper ]; |