diff --git a/users/richie/systems/rhapsody-in-green/configuration.nix b/users/richie/systems/rhapsody-in-green/configuration.nix index 5058b1d..87f20b1 100644 --- a/users/richie/systems/rhapsody-in-green/configuration.nix +++ b/users/richie/systems/rhapsody-in-green/configuration.nix @@ -51,19 +51,6 @@ }; }; - users.users.richie = { - isNormalUser = true; - description = "richie"; - extraGroups = [ - "networkmanager" - "wheel" - ]; - packages = with pkgs; [ - firefox - kate - ]; - }; - virtualisation = { docker = { enable = true;