diff --git a/configs/desktop.nix b/configs/desktop.nix index 9e1a538..be379d6 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -7,10 +7,7 @@ }: let username = "leo"; in { - imports = [ - ../programs - (lib.mkAliasOptionModule ["hm"] ["home-manager" "users" username]) - ]; + imports = [../programs]; boot = { extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; @@ -171,13 +168,6 @@ in { sound.enable = true; - users.users."${username}" = { - isNormalUser = true; - shell = pkgs.fish; - extraGroups = ["networkmanager" "wheel" "video" "libvirtd"]; - hashedPasswordFile = config.age.secrets.userPassword.path; - }; - virtualisation.libvirtd.enable = true; xdg = {