mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
chore: merge branch 'master' of ssh://ssh.github.com:443/ahwxorg/nixos-config
This commit is contained in:
commit
53c085fa03
14 changed files with 130 additions and 215 deletions
|
|
@ -23,12 +23,12 @@
|
|||
size = 14;
|
||||
};
|
||||
theme = {
|
||||
name = "Gruvbox-Green-Dark";
|
||||
package = pkgs.gruvbox-gtk-theme.override {
|
||||
colorVariants = [ "dark" ];
|
||||
themeVariants = [ "green" ];
|
||||
tweakVariants = [ "macos" ];
|
||||
};
|
||||
name = "Juno";
|
||||
package = pkgs.juno-theme; # .override {
|
||||
# colorVariants = [ "dark" ];
|
||||
# themeVariants = [ "green" ];
|
||||
# tweakVariants = [ "macos" ];
|
||||
# };
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue