add xcursor.nix
This commit is contained in:
parent
dfbab59b45
commit
19c4f11670
@ -10,6 +10,7 @@
|
|||||||
./librewolf.nix
|
./librewolf.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
|
./xcursor.nix
|
||||||
./xresources.nix
|
./xresources.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cursorTheme = {
|
cursorTheme = {
|
||||||
package = pkgs.phinger-cursor;
|
package = pkgs.phinger-cursors;
|
||||||
name = "phinger-cursors";
|
name = "phinger-cursors";
|
||||||
};
|
};
|
||||||
gtk3.extraConfig = {
|
gtk3.extraConfig = {
|
||||||
|
6
home/xcursor.nix
Normal file
6
home/xcursor.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
home.file.".icons/default/index.theme".text = /* ini */ ''
|
||||||
|
[icon theme]
|
||||||
|
Inherits=phinger-cursors
|
||||||
|
'';
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user