hosts: steamdeck: move some packages from kde module to steam home

This commit is contained in:
Kabbone 2023-08-03 21:18:34 +02:00
parent 7e13e02158
commit 1333d68bc5
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0
2 changed files with 5 additions and 2 deletions

View File

@ -21,8 +21,6 @@
clinfo
libsForQt5.discover
maliit-keyboard
gnome.zenity
appimage-run
];
services = {

View File

@ -16,6 +16,11 @@
home = {
packages = with pkgs; [
steam
jq
appimage-run
gnome.zenity
unzip
fuse
];
};
}