Ver 1.0
This commit is contained in:
parent
b6b87d5aed
commit
9c72a71585
3546 changed files with 18655 additions and 0 deletions
47
nixosVista/homeManager/gtk-theme/default.nix
Normal file
47
nixosVista/homeManager/gtk-theme/default.nix
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
diinkiAeroGtkTheme =
|
||||
pkgs.callPackage
|
||||
../../../Ressources/package/gtk-theme
|
||||
{};
|
||||
|
||||
crystalRemixIconTheme =
|
||||
pkgs.callPackage
|
||||
../../../Ressources/package/icon-theme
|
||||
{};
|
||||
in {
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
theme = {
|
||||
name = "diinki-aero";
|
||||
package = diinkiAeroGtkTheme;
|
||||
};
|
||||
|
||||
iconTheme = {
|
||||
name = "crystal-remix-icon-theme-diinki-version";
|
||||
package = crystalRemixIconTheme;
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
|
||||
name = "Oxygen_Zion";
|
||||
size = 24;
|
||||
package = pkgs.kdePackages.oxygen;
|
||||
};
|
||||
}
|
||||
# # cursorTheme = {
|
||||
# # name = "Adwaita";
|
||||
# # package = pkgs.gnome.adwaita-icon-theme;
|
||||
# # };
|
||||
# };
|
||||
# #};
|
||||
# }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue