mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
Compare commits
No commits in common. "d9e32dc90128be758520886564dd86f3fa496359" and "73d770fe575f4ff1b4b612fdf0bb94a13c1a497d" have entirely different histories.
d9e32dc901
...
73d770fe57
2 changed files with 7 additions and 7 deletions
|
|
@ -23,12 +23,12 @@
|
||||||
size = 14;
|
size = 14;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Juno";
|
name = "Gruvbox-Green-Dark";
|
||||||
package = pkgs.juno-theme; # .override {
|
package = pkgs.gruvbox-gtk-theme.override {
|
||||||
# colorVariants = [ "dark" ];
|
colorVariants = [ "dark" ];
|
||||||
# themeVariants = [ "green" ];
|
themeVariants = [ "green" ];
|
||||||
# tweakVariants = [ "macos" ];
|
tweakVariants = [ "macos" ];
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ in
|
||||||
|
|
||||||
home-manager.users.${username}.home.packages = with pkgs; [
|
home-manager.users.${username}.home.packages = with pkgs; [
|
||||||
element-desktop
|
element-desktop
|
||||||
dino
|
gajim
|
||||||
signal-desktop
|
signal-desktop
|
||||||
mumble
|
mumble
|
||||||
anki-bin
|
anki-bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue