spec(koumakyou): set cursor theme
This commit is contained in:
parent
7281bdef4f
commit
9f014d09e2
1 changed files with 17 additions and 10 deletions
|
@ -32,16 +32,23 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.app.home.packages = with pkgs; [
|
home-manager.users.app = {
|
||||||
(pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: with kodiPkgs; [
|
home.packages = with pkgs; [
|
||||||
joystick # keymap steam-controller
|
(pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: with kodiPkgs; [
|
||||||
#controller-topology-project
|
joystick # keymap steam-controller
|
||||||
libretro libretro-2048
|
#controller-topology-project
|
||||||
libretro-fuse libretro-genplus libretro-mgba
|
libretro libretro-2048
|
||||||
libretro-nestopia libretro-snes9x
|
libretro-fuse libretro-genplus libretro-mgba
|
||||||
jellycon
|
libretro-nestopia libretro-snes9x
|
||||||
]))
|
jellycon
|
||||||
];
|
]))
|
||||||
|
];
|
||||||
|
|
||||||
|
home.pointerCursor = {
|
||||||
|
package = pkgs.steamdeck-hw-theme;
|
||||||
|
name = "steam";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.handheld-daemon = {
|
services.handheld-daemon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue