theming
This commit is contained in:
parent
b7475d94ab
commit
c4e14e9729
2 changed files with 10 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gtk.nix
|
./theming.nix
|
||||||
./xdg.nix
|
./xdg.nix
|
||||||
|
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,15 @@
|
||||||
name = "Yaru";
|
name = "Yaru";
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Adapta-Nokto-Eta";
|
name = "Materia-dark";
|
||||||
package = pkgs.adapta-gtk-theme;
|
package = pkgs.materia-theme;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: i gave up
|
||||||
|
#xsession.pointerCursor = {
|
||||||
|
# package = pkgs.bibata-cursors;
|
||||||
|
# name = "Bibata_Classic";
|
||||||
|
# size = 16;
|
||||||
|
#};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue