fixed vesktop

This commit is contained in:
vali 2024-04-24 23:16:57 +02:00
commit 7618445cc9
4 changed files with 6 additions and 4 deletions

View file

@ -12,7 +12,7 @@ _: {
./rofi.nix
./WM
./kitty.nix
# ./vivado.nix
./vivado.nix
./alacritty.nix
./firefox.nix
./steam.nix

View file

@ -33,8 +33,8 @@ in {
autoUpdate = false;
autoUpdateNotification = false;
useQuickCss = true;
themeLinks = [];
enabledThemes = ["Catppuccin.theme.css"];
themeLinks = ["https://github.com/Costeer/Gruvbox-Material-Themes/blob/main/Discord%20Theme/gruvboxmaterial.theme.css"];
enabledThemes = ["gruvboxmaterial.theme.css"];
enableReactDevtools = true;
frameless = false;
transparent = false;

View file

@ -27,7 +27,7 @@ in {
users.users.${cfg.username} = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "adbusers" ];
};
};
}