hyprland: add notification daemon

This commit is contained in:
Jordan Holt 2025-03-16 11:40:22 +00:00
parent 70a8af6395
commit e78d3bb9d2
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
3 changed files with 2 additions and 3 deletions

View File

@ -88,6 +88,7 @@ with lib;
isNormalUser = true; isNormalUser = true;
extraGroups = [ extraGroups = [
"audio" "audio"
"docker"
"lxd" "lxd"
"networkmanager" "networkmanager"
"wheel" "wheel"

View File

@ -21,8 +21,6 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
virtualisation = { virtualisation = {
docker.enable = false;
podman = { podman = {
enable = true; enable = true;
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = true;
@ -40,7 +38,6 @@ in
runroot = "/run/containers/storage"; runroot = "/run/containers/storage";
}; };
oci-containers.backend = "podman";
}; };
networking.firewall.interfaces."podman+" = { networking.firewall.interfaces."podman+" = {

View File

@ -33,6 +33,7 @@ in
user.packages = with pkgs.unstable; [ user.packages = with pkgs.unstable; [
anyrun anyrun
clipse clipse
dunst
hyprpaper hyprpaper
kitty kitty
mpv mpv