From f21d79e8ec908ae747e4b227b252438e9e1f76a5 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 25 Jun 2024 17:44:48 -0700 Subject: [PATCH] Add chezmoi, remove some comment cruft. --- nalai/etc/nixos/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nalai/etc/nixos/configuration.nix b/nalai/etc/nixos/configuration.nix index 131ab55..bdc5f47 100644 --- a/nalai/etc/nixos/configuration.nix +++ b/nalai/etc/nixos/configuration.nix @@ -98,11 +98,10 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + chezmoi git neovim tmux - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget ]; # Some programs need SUID wrappers, can be configured further or are