add gtk config
This commit is contained in:
parent
6feb65635d
commit
5d680a90c8
2 changed files with 18 additions and 0 deletions
17
home/gtk.nix
Normal file
17
home/gtk.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
theme = {
|
||||||
|
name = "Dracula";
|
||||||
|
package = pkgs.dracula-theme;
|
||||||
|
};
|
||||||
|
gtk3.extraConfig = {
|
||||||
|
gtk-application-prefer-dark-theme = 1;
|
||||||
|
gtk-cursor-theme-size=8;
|
||||||
|
};
|
||||||
|
gtk4.extraConfig = {
|
||||||
|
gtk-application-prefer-dark-theme = 1;
|
||||||
|
gtk-cursor-theme-size=8;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./tmux
|
./tmux
|
||||||
./git.nix
|
./git.nix
|
||||||
|
./gtk.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./bash.nix
|
./bash.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue