Update common.nix
This commit is contained in:
parent
a131d8cfd8
commit
7c360e2f46
1 changed files with 7 additions and 4 deletions
11
common.nix
11
common.nix
|
|
@ -80,11 +80,14 @@ users.users.fred = {
|
||||||
fastfetch
|
fastfetch
|
||||||
vesktop
|
vesktop
|
||||||
];
|
];
|
||||||
shellInit = ''
|
|
||||||
# Force GTK dark theme for Electron apps like vesktop
|
|
||||||
export GTK_THEME=Adwaita:dark
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# User-specific environment variables
|
||||||
|
users.mutableUsers = true; # usually true
|
||||||
|
environment.variables = {
|
||||||
|
GTK_THEME = "Adwaita:dark";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue