nixos/movim: fix package reference (#388728)
This commit is contained in:
@@ -504,7 +504,7 @@ in
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
environment.systemPackages = [ package ];
|
||||
|
||||
users = {
|
||||
users =
|
||||
|
||||
Reference in New Issue
Block a user