mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Move to orbstack
This commit is contained in:
parent
524dd5bb64
commit
4d3287535b
5 changed files with 121 additions and 30 deletions
|
|
@ -1,3 +1,5 @@
|
|||
_: {
|
||||
documentation.nixos.enable = false;
|
||||
{lib, ...}: let
|
||||
inherit (lib.modules) mkForce;
|
||||
in {
|
||||
documentation.nixos.enable = mkForce false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue