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
This commit is contained in:
Zhongheng Liu 2024-08-12 15:31:40 +08:00
commit d88a524105
No known key found for this signature in database
4 changed files with 35 additions and 10 deletions

View file

@ -125,7 +125,7 @@
initialPassword = "stevenpassword";
isNormalUser = true;
openssh.authorizedKeys.keys = [];
packages = with pkgs; [nh];
packages = with pkgs; [nh gparted];
extraGroups = ["wheel" "input" "networkmanager"];
};
};