commit 5da383a6cf4da1bcd9b45cd1c9d8821deb5e929b parent 3f953a5162408f9432b3f3f51126c8ec0c45fa2b Author: Vincent Demeester <vincent@sbr.pm> Date: Sat, 4 Aug 2018 12:02:50 +0200 Switch hokkaido to desktop 'profile' Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | hokkaido.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hokkaido.nix b/hokkaido.nix @@ -1,7 +1,7 @@ { pkgs, ... }: with pkgs; { imports = [ - ./base.nix + ./desktop.nix ./devops.nix ./dev.go.nix ./dev.rust.nix