File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
default = true ;
29
29
description = "Enable NixOS Configuration Editor, a graphical editor for NixOS configurations" ;
30
30
} ;
31
- snowflakeosModuleManager . enable = mkOption {
31
+ xinuxModuleManager . enable = mkOption {
32
32
type = bool ;
33
33
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" ;
35
35
} ;
36
36
binaryCompat . enable = mkOption {
37
37
type = bool ;
50
50
nixos-conf-editor . packages . ${ system } . nixos-conf-editor
51
51
] ;
52
52
} )
53
- ( mkIf cfg . snowflakeosModuleManager . enable {
53
+ ( mkIf cfg . xinuxModuleManager . enable {
54
54
environment . systemPackages = with inputs ; [
55
- snowflakeos -module-manager. packages . ${ system } . snowflakeos -module-manager
55
+ xinux -module-manager. packages . ${ system } . xinux -module-manager
56
56
] ;
57
57
} )
58
58
( mkIf cfg . binaryCompat . enable {
You can’t perform that action at this time.
0 commit comments