Compare commits
3 commits
9a9991acdc
...
b8b3b7fbff
Author | SHA1 | Date | |
---|---|---|---|
chayleaf | b8b3b7fbff | ||
chayleaf | 52e3509a4a | ||
chayleaf | 99cd2240a5 |
|
@ -197,7 +197,7 @@ config = lib.mkMerge [
|
|||
};
|
||||
programs.yt-dlp.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
qt5ct qgnomeplatform
|
||||
qgnomeplatform
|
||||
qbittorrent mumble
|
||||
keepassxc nheko nextcloud-client
|
||||
# cli tools
|
||||
|
|
|
@ -60,6 +60,10 @@
|
|||
chatty
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
programs.sway.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
|
|
@ -20,7 +20,7 @@ in {
|
|||
unbound = {
|
||||
enable = true;
|
||||
# controlInterface = "/run/unbound/unbound.ctl";
|
||||
host = "unix:///run/unbound/unbound.ctl";
|
||||
unbound.host = "unix:///run/unbound/unbound.ctl";
|
||||
listenAddress = netAddresses.lan4;
|
||||
group = config.services.unbound.group;
|
||||
};
|
||||
|
|
|
@ -32,4 +32,7 @@ in {
|
|||
levenshtein
|
||||
pillow
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue