This commit is contained in:
twoneis 2023-12-08 20:21:06 +01:00
parent 8df22c1739
commit f9d612d6ed
3 changed files with 20 additions and 13 deletions

View file

@ -5,6 +5,7 @@
{ pkgs, ... }: {
imports = [
../gnome
../virt
];
#Optimise nix store
@ -79,7 +80,7 @@
users.users.twoneis = {
isNormalUser = true;
description = "twoneis";
extraGroups = [ "networkmanager" "wheel" "surface-control" ];
extraGroups = [ "networkmanager" "wheel" "surface-control" "docker" ];
};
# Allow unfree packages