Home Gen139 @ 2024-04-28-17:50
This commit is contained in:
parent
1961a55089
commit
9616c1bc78
@ -10,6 +10,7 @@
|
|||||||
./hyprland
|
./hyprland
|
||||||
./kitty
|
./kitty
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
./themes/gtk
|
||||||
./themes/qt
|
./themes/qt
|
||||||
./waybar
|
./waybar
|
||||||
./yubikey.nix
|
./yubikey.nix
|
||||||
|
|||||||
20
home/jonas/themes/gtk/config.nix
Normal file
20
home/jonas/themes/gtk/config.nix
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
gtk = {
|
||||||
|
cursorTheme = {
|
||||||
|
package = pkgs.nordzy-cursor-theme;
|
||||||
|
name = "Nordzy-cursors";
|
||||||
|
};
|
||||||
|
theme = {
|
||||||
|
package = pkgs.nordic;
|
||||||
|
name = "Nordic";
|
||||||
|
};
|
||||||
|
iconTheme = {
|
||||||
|
package = pkgs.tela-circle-icon-theme;
|
||||||
|
name = "Tela-circle-nord";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
6
home/jonas/themes/gtk/default.nix
Normal file
6
home/jonas/themes/gtk/default.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{...}: {
|
||||||
|
imports = [
|
||||||
|
./config.nix
|
||||||
|
./gtk.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
3
home/jonas/themes/gtk/gtk.nix
Normal file
3
home/jonas/themes/gtk/gtk.nix
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{config, ...}: {
|
||||||
|
gtk.enable = true;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user