update thunderbird
This commit is contained in:
parent
054f6a8fe7
commit
9193eac81d
1 changed files with 2 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
||||||
# manage.
|
# manage.
|
||||||
home.username = "freya";
|
home.username = "freya";
|
||||||
home.homeDirectory = "/home/freya";
|
home.homeDirectory = "/home/freya";
|
||||||
home.stateVersion = "22.11"; # Please read the comment before changing.
|
home.stateVersion = "24.05"; # Please read the comment before changing.
|
||||||
|
|
||||||
# This value will set some environment variables to allow home-manager to
|
# This value will set some environment variables to allow home-manager to
|
||||||
# function better outside of NixOS
|
# function better outside of NixOS
|
||||||
|
@ -19,9 +19,8 @@
|
||||||
# Main packages
|
# Main packages
|
||||||
starship
|
starship
|
||||||
discord
|
discord
|
||||||
thunderbirdPackages.thunderbird-115
|
thunderbird
|
||||||
cider
|
cider
|
||||||
#steam
|
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
rustup
|
rustup
|
||||||
|
@ -30,13 +29,6 @@
|
||||||
|
|
||||||
# Java
|
# Java
|
||||||
jdk
|
jdk
|
||||||
maven
|
|
||||||
jetbrains.idea-community
|
|
||||||
|
|
||||||
# Lua
|
|
||||||
lua
|
|
||||||
lua52Packages.dkjson
|
|
||||||
lua52Packages.luaposix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
Loading…
Reference in a new issue