diff --git a/modules/home-manager/options.nix b/modules/home-manager/options.nix index c0010b9..e8f8b60 100644 --- a/modules/home-manager/options.nix +++ b/modules/home-manager/options.nix @@ -88,6 +88,7 @@ with lib; isNormalUser = true; extraGroups = [ "audio" + "docker" "lxd" "networkmanager" "wheel" diff --git a/modules/nixos/podman.nix b/modules/nixos/podman.nix index 848eb94..87752e1 100644 --- a/modules/nixos/podman.nix +++ b/modules/nixos/podman.nix @@ -21,8 +21,6 @@ in config = mkIf cfg.enable { virtualisation = { - docker.enable = false; - podman = { enable = true; defaultNetwork.settings.dns_enabled = true; @@ -40,7 +38,6 @@ in runroot = "/run/containers/storage"; }; - oci-containers.backend = "podman"; }; networking.firewall.interfaces."podman+" = { diff --git a/modules/nixos/system/desktop/hyprland.nix b/modules/nixos/system/desktop/hyprland.nix index 4ea83c5..1dd0238 100644 --- a/modules/nixos/system/desktop/hyprland.nix +++ b/modules/nixos/system/desktop/hyprland.nix @@ -33,6 +33,7 @@ in user.packages = with pkgs.unstable; [ anyrun clipse + dunst hyprpaper kitty mpv