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