From f1d1a7fecff5dce4b2bba8d6a570f66d41747f3b Mon Sep 17 00:00:00 2001 From: Matthew Bessette Date: Fri, 10 Jan 2025 00:38:16 -0500 Subject: [PATCH] Migrated to dev shell for development --- _hosts/caesium/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_hosts/caesium/configuration.nix b/_hosts/caesium/configuration.nix index 44650a4..135ed03 100644 --- a/_hosts/caesium/configuration.nix +++ b/_hosts/caesium/configuration.nix @@ -131,6 +131,7 @@ ll = "ls -l"; update = "sudo nixos-rebuild switch --flake ~/nixos#caesium"; laws = "aws --endpoint=http://localhost:8081"; + dev = "nix develop -c $SHELL"; }; histSize = 10000; ohMyZsh = { @@ -150,10 +151,6 @@ vscode _1password-gui discord - - # Development - nodejs_22 - awscli2 ]; };