forked from mirrors_public/oddlama_nix-config
chore: minor changes, enable flatpak locally for kicad, fix hyprland cursors
This commit is contained in:
parent
9675fd6d70
commit
080e8b7f52
5 changed files with 5 additions and 2 deletions
|
@ -37,5 +37,6 @@
|
|||
gamemode = uidGid 972;
|
||||
plausible = uidGid 971;
|
||||
actual = uidGid 970;
|
||||
flatpak = uidGid 969;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -559,7 +559,7 @@ in {
|
|||
"${cfg.package}/bin/stalwart-mail --config=/run/stalwart-mail/config.toml"
|
||||
];
|
||||
RestartSec = "60"; # Retry every minute
|
||||
CacheDirectory = "stalwart-mail";
|
||||
CacheDirectory = lib.trace "remove stalwart cache soon, it's upstream" "stalwart-mail";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
programs.nix-ld.enable = true;
|
||||
topology.self.icon = "devices.desktop";
|
||||
|
||||
services.flatpak.enable = true;
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation.podman = {
|
||||
|
|
|
@ -86,6 +86,6 @@ in
|
|||
homepage = "https://actualbudget.com/";
|
||||
license = licenses.mit;
|
||||
mainProgram = "actual-server";
|
||||
maintainers = with maintainers; [patrickdag oddlama];
|
||||
maintainers = with maintainers; [oddlama patrickdag];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -157,6 +157,7 @@ in {
|
|||
};
|
||||
|
||||
cursor.no_warps = true;
|
||||
cursor.no_hardware_cursors = true;
|
||||
debug.disable_logs = false;
|
||||
|
||||
misc = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue