feat: add minimal system option
This commit is contained in:
parent
90b8677878
commit
3988d4e138
3 changed files with 32 additions and 25 deletions
|
@ -1,13 +0,0 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; let
|
||||
cfg = config.global.util;
|
||||
in {
|
||||
options.global.util = { };
|
||||
|
||||
config = {
|
||||
programs.zsh.enable = true;
|
||||
environment.shells = singleton pkgs.zsh;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue