From 18d5951265c67bcf99237f9543f89793bd024d55 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 20 May 2024 15:59:10 +0000 Subject: home-manager configuration for vagrant box --- machines/x/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/x') diff --git a/machines/x/home.nix b/machines/x/home.nix index 01785f3..114faef 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -10,7 +10,7 @@ in { homeDirectory = "/home/compromyse"; }; - home.packages =with pkgs; [ + home.packages = with pkgs; [ wget tmux -- cgit v1.2.3