move some packages to user

This commit is contained in:
Johannes Jöns 2024-04-02 22:14:57 +02:00
parent 478e15fdb2
commit 36ca3ace66
2 changed files with 13 additions and 14 deletions

View file

@ -20,7 +20,18 @@ in {
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEcNAVRN66mfKmaCpxs++0094Eh4mqXkUwDPZPkIIBB johannes@joens.email"
];
packages = with pkgs;
[ libsForQt5.kate libsForQt5.ark ]
[
libsForQt5.kate
libsForQt5.ark
element-desktop
mumble
# Theming
catppuccin-kvantum
catppuccin-kde
#catppuccin-gtk
localPkgs.tela-icon-theme-git
]
++ lib.optionals (config.system == "x86_64-linux") [
discord
lutris

View file

@ -98,6 +98,7 @@
teams-for-linux
libreoffice-qt
webex
((discord.overrideAttrs (old: {
desktopItem = old.desktopItem.override
(old: { exec = old.exec + " --disable-gpu-sandbox"; });
@ -106,19 +107,6 @@
withVencord = true;
withTTS = true;
})
element-desktop
mumble
python3
ffmpeg-full
# Theming
catppuccin-kvantum
catppuccin-kde
#catppuccin-gtk
localPkgs.tela-icon-theme-git
git
rsync
subversion
];
programs = {