mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
moved gpg conf to shared
This commit is contained in:
parent
dcf91b8d59
commit
262ca5c07a
3 changed files with 23 additions and 29 deletions
|
@ -3,7 +3,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
users.users.rouven = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "video" "libvirtd" "networkmanager" ];
|
||||
extraGroups = [ "wheel" "video" "libvirtd" ];
|
||||
};
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue