mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
changed cursor theme
This commit is contained in:
parent
5a88e315f0
commit
fb03eb0097
2 changed files with 8 additions and 1 deletions
|
|
@ -15,4 +15,11 @@
|
||||||
size = 10;
|
size = 10;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.pointerCursor = {
|
||||||
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
|
package = pkgs.quintom-cursor-theme;
|
||||||
|
name = "Quintom_Ink";
|
||||||
|
size = 16;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ let
|
||||||
nix-collect-garbage -d
|
nix-collect-garbage -d
|
||||||
'';
|
'';
|
||||||
|
|
||||||
apply-user = pkgs.writeShellScriptBin "apply-users" ''
|
apply-user = pkgs.writeShellScriptBin "apply-user" ''
|
||||||
home-manager switch --flake /etc/nixos/#$(whoami)
|
home-manager switch --flake /etc/nixos/#$(whoami)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue