From d88a524105a44dcb5b00b49b52e8c15a1b89e52e Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Mon, 12 Aug 2024 15:31:40 +0800 Subject: feat: updated configuration for thunderbird, fish, and hypridle configuration thunderbird: added configuration values in home-manager fish: added more plugins and custom functions to do funny things hypridle: changed timeoutSeconds value from 60 to 600 because it is too annoying --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9be673b..7f738f2 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -125,7 +125,7 @@ initialPassword = "stevenpassword"; isNormalUser = true; openssh.authorizedKeys.keys = []; - packages = with pkgs; [nh]; + packages = with pkgs; [nh gparted]; extraGroups = ["wheel" "input" "networkmanager"]; }; }; -- cgit