mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02: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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue