This commit is contained in:
2026-06-18 21:37:16 -05:00
parent 2dcebe6887
commit d969daa52d
+3
View File
@@ -55,6 +55,8 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
git git
@@ -69,6 +71,7 @@
ripgrep ripgrep
fzf fzf
cmatrix cmatrix
vscode
]; ];
services.openssh.enable = true; services.openssh.enable = true;