about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-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 ];