aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/haruka/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index 923cc9f..0013b88 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -84,7 +84,7 @@
time.timeZone = "Asia/Tokyo";
- environment.systemPackages = with pkgs; [ gcc git gnumake brightnessctl ];
+ environment.systemPackages = with pkgs; [ gcc git gnumake ];
services.zfs.trim.enable = true;
services.zfs.autoScrub.enable = true;