Add vimix
This commit is contained in:
parent
0df2e1c6fa
commit
6791ca55a3
2 changed files with 9 additions and 2 deletions
|
@ -46,9 +46,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./gnome/themes/gruvbox.nix
|
# ./gnome/themes/gruvbox.nix
|
||||||
./gnome/themes/tokyo-night.nix
|
# ./gnome/themes/tokyo-night.nix
|
||||||
# ./gnome/themes/nordic.nix
|
# ./gnome/themes/nordic.nix
|
||||||
|
./gnome/themes/vimix.nix
|
||||||
];
|
];
|
||||||
# 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.
|
||||||
}
|
}
|
6
desktops/gnome/themes/vimix.nix
Normal file
6
desktops/gnome/themes/vimix.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ config, pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
vimix-icon-theme
|
||||||
|
vimix-gtk-themes
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue