aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-04-21 18:48:44 +0900
committersefidel <contact@sefidel.net>2023-04-21 18:48:44 +0900
commit252029df30e05002e63a6c891f469666789bbd78 (patch)
tree2ff2e9a42504383d94b73f92036b70a7b1506d29
parent99738dcb2dda1cbb4eecc387e93be7bd4bbc25cd (diff)
downloadnixrc-252029df30e05002e63a6c891f469666789bbd78.zip
feat(nixos/alpha): add solaar
-rw-r--r--nixos/alpha/configuration.nix3
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 ];