mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-23 08:26:49 +01:00
feat: add minilab
This commit is contained in:
parent
c16d6d1b4d
commit
30a41e2fec
23 changed files with 3194 additions and 21 deletions
|
|
@ -10,6 +10,16 @@
|
|||
default = config.fireproof.desktop.enable;
|
||||
description = "Enable window manager (niri) and dank material shell (dms)";
|
||||
};
|
||||
chromium.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = config.fireproof.desktop.enable;
|
||||
description = "Enable Chromium";
|
||||
};
|
||||
zed.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = config.fireproof.desktop.enable;
|
||||
description = "Enable Zed editor";
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue