hosts: steamdeck: move some packages from kde module to steam home
This commit is contained in:
parent
7e13e02158
commit
1333d68bc5
@ -21,8 +21,6 @@
|
|||||||
clinfo
|
clinfo
|
||||||
libsForQt5.discover
|
libsForQt5.discover
|
||||||
maliit-keyboard
|
maliit-keyboard
|
||||||
gnome.zenity
|
|
||||||
appimage-run
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
@ -16,6 +16,11 @@
|
|||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
steam
|
steam
|
||||||
|
jq
|
||||||
|
appimage-run
|
||||||
|
gnome.zenity
|
||||||
|
unzip
|
||||||
|
fuse
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user