mwahahahaha, have the orome config building! on to manwe
This commit is contained in:
parent
3a2f52f45e
commit
af58cfb4ab
30 changed files with 259 additions and 199 deletions
15
modules/system/shell/default.nix
Normal file
15
modules/system/shell/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, options, lib, pkgs, ... }:
|
||||
let
|
||||
inherit (lib.attrsets) attrValues;
|
||||
inherit (lib.modules) mkIf;
|
||||
|
||||
cfg = config.modules.shell;
|
||||
in
|
||||
{
|
||||
options.modules.shell = let
|
||||
inherit (lib.options) mkEnableOption;
|
||||
in
|
||||
{};
|
||||
|
||||
config = mkIf cfg.enable {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue