mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:36:35 +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"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFEcNAVRN66mfKmaCpxs++0094Eh4mqXkUwDPZPkIIBB johannes@joens.email"
|
||||||
];
|
];
|
||||||
packages = with pkgs;
|
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") [
|
++ lib.optionals (config.system == "x86_64-linux") [
|
||||||
discord
|
discord
|
||||||
lutris
|
lutris
|
||||||
|
|
|
@ -98,6 +98,7 @@
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
webex
|
webex
|
||||||
|
|
||||||
((discord.overrideAttrs (old: {
|
((discord.overrideAttrs (old: {
|
||||||
desktopItem = old.desktopItem.override
|
desktopItem = old.desktopItem.override
|
||||||
(old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
(old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
||||||
|
@ -106,19 +107,6 @@
|
||||||
withVencord = true;
|
withVencord = true;
|
||||||
withTTS = 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 = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue