Compare commits

..

No commits in common. "b8b3b7fbffd699b13731e5dd5031121d54855c06" and "9a9991acdcc568768af6fcd0a09f85b0c8cd45ef" have entirely different histories.

4 changed files with 2 additions and 9 deletions

View file

@ -197,7 +197,7 @@ config = lib.mkMerge [
};
programs.yt-dlp.enable = true;
home.packages = with pkgs; [
qgnomeplatform
qt5ct qgnomeplatform
qbittorrent mumble
keepassxc nheko nextcloud-client
# cli tools

View file

@ -60,10 +60,6 @@
chatty
];
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
programs.sway.enable = true;
xdg.portal = {
enable = true;

View file

@ -20,7 +20,7 @@ in {
unbound = {
enable = true;
# controlInterface = "/run/unbound/unbound.ctl";
unbound.host = "unix:///run/unbound/unbound.ctl";
host = "unix:///run/unbound/unbound.ctl";
listenAddress = netAddresses.lan4;
group = config.services.unbound.group;
};

View file

@ -32,7 +32,4 @@ in {
levenshtein
pillow
];
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
}