fixup! all of my custom options are now held in an attribute set called movOpts
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
sddmConfig.enable = lib.mkEnableOption "enables custom sddm configuration";
|
||||
movOpts.sddmConfig.enable = lib.mkEnableOption "enables custom sddm configuration";
|
||||
};
|
||||
config = lib.mkIf config.sddmConfig.enable {
|
||||
config = lib.mkIf config.movOpts.sddmConfig.enable {
|
||||
environment.systemPackages = [
|
||||
(
|
||||
pkgs.catppuccin-sddm.override {
|
||||
|
||||
Reference in New Issue
Block a user