Update common.nix

This commit is contained in:
ediblerope 2025-12-03 12:42:25 +00:00 committed by GitHub
parent 7e1689f84c
commit a131d8cfd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,14 +72,18 @@ systemd.user.services.gnomeSettings = {
# Define a user account. Don't forget to set a password with passwd.
users.users.fred = {
isNormalUser = true;
description = "fred";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
bazaar
fastfetch
vesktop
];
isNormalUser = true;
description = "fred";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
bazaar
fastfetch
vesktop
];
shellInit = ''
# Force GTK dark theme for Electron apps like vesktop
export GTK_THEME=Adwaita:dark
'';
};
# Allow unfree packages