add flatpaks with nix-flatpak, but like right this time

This commit is contained in:
2025-11-07 18:38:37 -06:00
parent d014733441
commit 4af26da42f
5 changed files with 36 additions and 5 deletions

View File

@@ -95,6 +95,10 @@
command = "/etc/profiles/per-user/blake/bin/nom";
options = ["NOPASSWD"];
}
{
command = "/etc/profiles/per-user/blake/bin/nom-build";
options = ["NOPASSWD"];
}
];
}
];