desktop is building I guess, idk, need to start commiting stuff eventually lmao
This commit is contained in:
12
modules/home/desktop/extra/wlogout/options.nix
Normal file
12
modules/home/desktop/extra/wlogout/options.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ lib, namespace, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.${namespace}.desktop.extra.wofi = {
|
||||
enable = mkEnableOption "enable wofi";
|
||||
|
||||
fontName = mkOption {
|
||||
type = types.str;
|
||||
default = "Deja Vu Sans";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user