This commit is contained in:
rasmus-kirk
2025-06-16 11:32:47 +02:00
parent a1d152a114
commit e1b096d856
+4 -2
View File
@@ -210,6 +210,8 @@ with lib; let
esac
'';
};
in mkIf nixarr.enable {
config.environment.systemPackages = [nixarr-command];
in {
config = mkIf nixarr.enable {
environment.systemPackages = [nixarr-command];
};
}