mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 17:56:34 +01:00
move some packages to user
This commit is contained in:
parent
478e15fdb2
commit
36ca3ace66
2 changed files with 13 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue