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:
parent
70a3ea5d3d
commit
d88a524105
4 changed files with 35 additions and 10 deletions
|
@ -60,6 +60,12 @@
|
|||
# set number
|
||||
# '';
|
||||
#};
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
isDefault = true;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
protonvpn-gui
|
||||
devenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue