chore(flake)!: bump inputs
This commit is contained in:
parent
305a50205c
commit
695c71fbee
3 changed files with 17 additions and 16 deletions
|
@ -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}" = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue