Rename (nixfiles.common) window-manager to wm
This commit is contained in:
parent
e4ad12e39e
commit
dc9ac237ff
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, lib, config, options, ...}:
|
{ pkgs, lib, config, options, ...}:
|
||||||
let
|
let
|
||||||
inherit (lib) mkDefault mkIf mkEnableOption;
|
inherit (lib) mkDefault mkIf mkEnableOption;
|
||||||
cfg = config.nixfiles.common.window-manager;
|
cfg = config.nixfiles.common.wm;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
@ -16,6 +16,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
options = {
|
options = {
|
||||||
nixfiles.common.window-manager.enable = mkEnableOption "common window manager configuration";
|
nixfiles.common.wm.enable = mkEnableOption "common window manager configuration";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user