feat: configure desktop
This commit is contained in:
parent
2138743d3e
commit
652b1f3dd3
10 changed files with 201 additions and 15 deletions
13
modules/_home/cursor.nix
Normal file
13
modules/_home/cursor.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ...}: {
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
name = "Bibata-Modern-Ice";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
XCURSOR_THEME = "Bibata-Modern-Ice";
|
||||
XCURSOR_SIZE = 24;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue