fix(home-manager): move cursor into it's own module
This commit is contained in:
parent
91528710f0
commit
af1f017749
2 changed files with 30 additions and 8 deletions
|
@ -6,14 +6,6 @@
|
|||
}:
|
||||
with lib.${namespace};
|
||||
{
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.rose-pine-cursor;
|
||||
name = "BreezeX-RosePine-Linux";
|
||||
size = 32;
|
||||
};
|
||||
|
||||
awesome-flake = {
|
||||
cli-apps = {
|
||||
fish = enabled;
|
||||
|
@ -47,6 +39,7 @@ with lib.${namespace};
|
|||
hotkeys = enabled;
|
||||
panel = enabled;
|
||||
spectacle = enabled;
|
||||
cursor = enabled;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue