mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-16 08:28:20 +01:00
added/removed programs
This commit is contained in:
parent
985f36d555
commit
bd760643b0
2 changed files with 10 additions and 3 deletions
|
|
@ -52,7 +52,6 @@
|
|||
|
||||
|
||||
# web
|
||||
firefox
|
||||
protonvpn-gui
|
||||
protonvpn-cli
|
||||
# security
|
||||
|
|
@ -65,6 +64,8 @@
|
|||
neofetch
|
||||
kdePackages.yakuake
|
||||
kdePackages.kgpg
|
||||
# for Application Title Bar plasmoid
|
||||
kdePackages.kconfig
|
||||
|
||||
# messaging
|
||||
(fresh.discord.override {
|
||||
|
|
@ -101,7 +102,6 @@
|
|||
})
|
||||
packwiz
|
||||
# vscodium # see programs.vscode
|
||||
rnix-lsp
|
||||
#nnn # terminal file manager
|
||||
|
||||
# archives
|
||||
|
|
@ -193,6 +193,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
|
||||
# ---------
|
||||
|
||||
services.nextcloud-client = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue