qenya: Install/uninstall misc packages
This commit is contained in:
parent
da76f5fbbb
commit
3057964123
2 changed files with 9 additions and 6 deletions
|
|
@ -25,6 +25,8 @@ in
|
||||||
discord
|
discord
|
||||||
# https://github.com/NixOS/nixpkgs/issues/427155
|
# https://github.com/NixOS/nixpkgs/issues/427155
|
||||||
# gimp-with-plugins
|
# gimp-with-plugins
|
||||||
|
jellyfin-desktop
|
||||||
|
keepassxc
|
||||||
tor-browser
|
tor-browser
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
||||||
|
|
@ -32,9 +34,5 @@ in
|
||||||
libreoffice
|
libreoffice
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.en_GB-ise
|
hunspellDicts.en_GB-ise
|
||||||
] ++ optionals isGnome [
|
|
||||||
celluloid
|
|
||||||
] ++ optionals isPlasma [
|
|
||||||
haruna
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,11 +43,16 @@ in
|
||||||
nixpkgs.overlays = [ inputs.scoutshonour.overlays.default ];
|
nixpkgs.overlays = [ inputs.scoutshonour.overlays.default ];
|
||||||
home-manager.users.qenya = { pkgs, ... }: {
|
home-manager.users.qenya = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
keepassxc
|
|
||||||
apostrophe
|
|
||||||
foliate
|
foliate
|
||||||
nicotine-plus
|
nicotine-plus
|
||||||
|
|
||||||
|
apostrophe
|
||||||
|
blanket
|
||||||
|
gnome-podcasts
|
||||||
|
resources
|
||||||
tuba
|
tuba
|
||||||
|
wike
|
||||||
|
wordbook
|
||||||
|
|
||||||
# games
|
# games
|
||||||
openttd
|
openttd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue