Refactor home modules into config + options
This commit is contained in:
12
home/modules/hyprland/options.nix
Normal file
12
home/modules/hyprland/options.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
lib
|
||||
}:
|
||||
with lib;
|
||||
{
|
||||
enable = mkEnableOpt "Hyprland Window Manager + Compositor";
|
||||
|
||||
theme = mkOption {
|
||||
type = types.str;
|
||||
description = "Wallpaper and colorscheme to use";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user