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