Change structure, add scanner deps and fix configurations

This commit is contained in:
2026-04-10 23:26:05 +02:00
parent d94d17b139
commit 1df132a22d
16 changed files with 68 additions and 110 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ ... }:
{
os.flatpak.enable = true;
services.flatpak.packages = [
"io.github.flattool.Warehouse"
];
+1 -4
View File
@@ -4,10 +4,7 @@
users.users = {
alistreaza = {
isNormalUser = true;
extraGroups = [
"wheel"
"podman"
];
extraGroups = [ "wheel" ];
};
};
}