Migrate old home-manager modules
This commit is contained in:
15
modules/home-manager/colors.nix
Normal file
15
modules/home-manager/colors.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) types mkOption;
|
||||
in
|
||||
{
|
||||
options.colorscheme = {
|
||||
name = mkOption {
|
||||
type = types.str;
|
||||
default = "catppuccin-mocha";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user