misc small changes

This commit is contained in:
Vinzenz Schroeter 2023-12-25 12:30:11 +01:00
parent a7fedb9e8a
commit d451f0e531
3 changed files with 10 additions and 4 deletions

View file

@ -59,14 +59,20 @@ in {
iconTheme.name = "Adwaita";
cursorTheme.name = "Adwaita";
theme = {
name = "adw-gtk3";
name = "adw-gtk3-dark";
package = pkgs.adw-gtk3;
};
};
}
(lib.mkIf config.my.tailscale.enable
{
home.packages = with pkgs.gnomeExtensions; [tailscale-qs];
home.packages = with pkgs;
[
trayscale
]
++ (with gnomeExtensions; [
tailscale-qs
]);
dconf.settings."org/gnome/shell".enabled-extensions = ["tailscale@joaophi.github.com"];
})
];

View file

@ -12,7 +12,7 @@ in {
name = "vinzenz";
description = "Vinzenz Schroeter";
home = "/home/vinzenz";
extraGroups = ["networkmanager" "wheel" "games"];
extraGroups = ["networkmanager" "wheel" "games" "dialout"];
shell = pkgs.zsh;
};
};