chore(flake)!: bump inputs

This commit is contained in:
514fpv 2025-03-18 15:14:58 +08:00
parent 305a50205c
commit 695c71fbee
Signed by: koishi
SSH key fingerprint: SHA256:i6TyMdSpIH+dGyo6hTa6wyF+9OHsFkBnmLdkGBPblgI
3 changed files with 17 additions and 16 deletions

View file

@ -26,7 +26,7 @@ mkIf cfg.enable {
];
catppuccin.enable = mkForce false;
home.pointerCursor = mkForce null;
home.pointerCursor.enable = mkForce false;
gtk.enable = false;
home.persistence."/nix/persist/home/${config.home.username}" = {

View file

@ -12,6 +12,7 @@ in
config = mkIf config.passthrough.gui {
# cursor theme
home.pointerCursor = {
enable = true;
package = mkDefault pkgs.bibata-cursors;
name = mkDefault "Bibata-Modern-Classic";
size = 24;