From 7273cd0c625432bbb06c28919eb9f1b4f0eb2a2f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 26 Oct 2024 21:10:14 +0300 Subject: [PATCH] Work: Add dasha. --- host/x86_64-linux/work/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/host/x86_64-linux/work/default.nix b/host/x86_64-linux/work/default.nix index c2c5d4b..2948c9b 100644 --- a/host/x86_64-linux/work/default.nix +++ b/host/x86_64-linux/work/default.nix @@ -6,6 +6,7 @@ home.nixos.enable = true; user = { root.enable = true; + dasha.enable = true; voronind.enable = true; };