diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 18:29:59 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 18:29:59 +0530 |
| commit | 0b36e406ddba0ad4bddb94cbade0dfa9e0045716 (patch) | |
| tree | 8f956d04d4b1a771a89b6b5616305c3c5d612574 /home-manager | |
| parent | 10cb612374abe731e22a20453bce884a269e86b5 (diff) | |
devenv + bug fix
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix index 0671c9b..5df8918 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -4,6 +4,7 @@ home.homeDirectory = "/home/aargh"; home.stateVersion = "24.11"; home.packages = with pkgs; [ + devenv # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello |
