hyprland: add notification daemon
This commit is contained in:
parent
70a8af6395
commit
e78d3bb9d2
@ -88,6 +88,7 @@ with lib;
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"audio"
|
||||
"docker"
|
||||
"lxd"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
|
@ -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+" = {
|
||||
|
@ -33,6 +33,7 @@ in
|
||||
user.packages = with pkgs.unstable; [
|
||||
anyrun
|
||||
clipse
|
||||
dunst
|
||||
hyprpaper
|
||||
kitty
|
||||
mpv
|
||||
|
Loading…
x
Reference in New Issue
Block a user