diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-12 15:31:40 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-12 15:31:40 +0800 |
commit | d88a524105a44dcb5b00b49b52e8c15a1b89e52e (patch) | |
tree | cbc9a2021e4891313731bbffb79b8ad5b60be12d /nixos/configuration.nix | |
parent | 70a3ea5d3dac24e0db8adee2edc185d8566cb020 (diff) | |
download | nixos-configuration-d88a524105a44dcb5b00b49b52e8c15a1b89e52e.tar.gz nixos-configuration-d88a524105a44dcb5b00b49b52e8c15a1b89e52e.tar.bz2 nixos-configuration-d88a524105a44dcb5b00b49b52e8c15a1b89e52e.zip |
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
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"]; }; }; |