Skip to content

Commit 7c00db9

Browse files
committed
chore: adopt own module manager
1 parent 8608744 commit 7c00db9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/nixos/xinux/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ in {
2828
default = true;
2929
description = "Enable NixOS Configuration Editor, a graphical editor for NixOS configurations";
3030
};
31-
snowflakeosModuleManager.enable = mkOption {
31+
xinuxModuleManager.enable = mkOption {
3232
type = bool;
3333
default = true;
34-
description = "Enable Snowflake Module Manager, a graphical tool for managing Xinux modules";
34+
description = "Enable Xinux Module Manager, a graphical tool for managing Xinux modules";
3535
};
3636
binaryCompat.enable = mkOption {
3737
type = bool;
@@ -50,9 +50,9 @@ in {
5050
nixos-conf-editor.packages.${system}.nixos-conf-editor
5151
];
5252
})
53-
(mkIf cfg.snowflakeosModuleManager.enable {
53+
(mkIf cfg.xinuxModuleManager.enable {
5454
environment.systemPackages = with inputs; [
55-
snowflakeos-module-manager.packages.${system}.snowflakeos-module-manager
55+
xinux-module-manager.packages.${system}.xinux-module-manager
5656
];
5757
})
5858
(mkIf cfg.binaryCompat.enable {

0 commit comments

Comments
 (0)