diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-20 15:59:10 +0000 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-20 15:59:10 +0000 |
| commit | 18d5951265c67bcf99237f9543f89793bd024d55 (patch) | |
| tree | 27b91f2afa2f581cbf56c20a49ffdf0d3ba85546 /machines/x/home.nix | |
| parent | f16c299d9861a1b02cc0bfa16ac64936757e76b4 (diff) | |
home-manager configuration for vagrant box
Diffstat (limited to '')
| -rw-r--r-- | machines/x/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
