forked from Shinonome/dots-hyprland
added files
This commit is contained in:
@@ -17,6 +17,15 @@
|
||||
description = "Uses a custom pure-like starship configuration.";
|
||||
};
|
||||
};
|
||||
hyprland = {
|
||||
useNixForConf = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
description = "Use .nix files for hyprland setup instead of exporting .config/hypr. Useful for modifiable configurations.";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user