feat: capitaine cursors
This commit is contained in:
17
modules/home/breeze-cursor-theme.nix
Normal file
17
modules/home/breeze-cursor-theme.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let cfg = config.sydnix.capitaine-cursors;
|
||||
in {
|
||||
options.sydnix.capitaine-cursors = {
|
||||
enable = lib.mkEnableOption "Breeze and MacOS -inspired cursor theme";
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.pointerCursor = {
|
||||
enable = true;
|
||||
package = pkgs.capitaine-cursors;
|
||||
gtk.enable = true;
|
||||
name = "capitaine-cursors";
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -40,6 +40,7 @@
|
||||
gpg.enable = true;
|
||||
zotero.enable = true;
|
||||
drawing-tablet.enable = true;
|
||||
capitaine-cursors.enable = true;
|
||||
xdg.enable = true;
|
||||
slippi.enable = true;
|
||||
openutau.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user