nixos/movim: fix package reference (#388728)

This commit is contained in:
Austin Horstman
2025-03-10 11:07:28 -05:00
committed by GitHub
+1 -1
View File
@@ -504,7 +504,7 @@ in
};
config = mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
environment.systemPackages = [ package ];
users = {
users =