From e78d3bb9d234f656fd8b597c188404a1ef3ef81b Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 16 Mar 2025 11:40:22 +0000 Subject: [PATCH] hyprland: add notification daemon --- modules/home-manager/options.nix | 1 + modules/nixos/podman.nix | 3 --- modules/nixos/system/desktop/hyprland.nix | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) 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