test
This commit is contained in:
parent
5b9333a2e5
commit
e61412c33f
2 changed files with 10 additions and 6 deletions
|
@ -44,11 +44,8 @@
|
||||||
gnome3.gnome-tweaks
|
gnome3.gnome-tweaks
|
||||||
];
|
];
|
||||||
|
|
||||||
# Themes:
|
import = [
|
||||||
environment.systemPackages = with pkgs; [
|
./gnome/gruvbox-theme.nix
|
||||||
gruvbox-gtk-theme
|
|
||||||
gruvbox-dark-icons-gtk
|
|
||||||
gruvbox-dark-gtk
|
|
||||||
];
|
];
|
||||||
# Idea... Move these to a separate file and tie it into dconf sections that load the theme automatically when I want it.
|
# Idea... Move these to a separate file and tie it into dconf sections that load the theme automatically when I want it.
|
||||||
}
|
}
|
7
desktops/gnome/gruvbox-theme.nix
Normal file
7
desktops/gnome/gruvbox-theme.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gruvbox-gtk-theme
|
||||||
|
gruvbox-dark-icons-gtk
|
||||||
|
gruvbox-dark-gtk
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue