diff options
Diffstat (limited to 'profiles/workstation.nix')
-rw-r--r-- | profiles/workstation.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 2c7ee02..151357c 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -2,6 +2,7 @@ { imports = [ ./default.nix + ./documentation.nix ]; virtualisation.docker.enable = false; |