diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-08-01 10:27:09 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-08-03 13:01:21 -0500 |
| commit | cf5470e00e559b91c9905eff22c4def6ba52baa0 (patch) | |
| tree | a904a687bb09c5cbe8eba81c2327ae136ec2c64f /profiles/dev.nix | |
| parent | 720e66715a22cf5c278dfaf03da0cb927c8a2c7a (diff) | |
enzo: add dev profile
Assisted-by: Claude:Opus-4.8
Diffstat (limited to 'profiles/dev.nix')
| -rw-r--r-- | profiles/dev.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/dev.nix b/profiles/dev.nix index e20fe5a..1c0993c 100644 --- a/profiles/dev.nix +++ b/profiles/dev.nix @@ -1,4 +1,7 @@ # Dev profile: compilers, language servers, dev CLIs, and Emacs. Opt-in per machine. +# +# Deliberately username-agnostic (enzo uses hwebs, kusanagi uses henz), so this +# file sets NO users.users.*: dev tools go to environment.systemPackages. { pkgs, ... }: { @@ -27,9 +30,7 @@ }; npmDepsHash = "sha256-qN+b/tMbnJLkWjotl3XrA0nfZ3KT/mT6gM+n3Qiz8Wk="; }) - ]; - users.users.henz.packages = with pkgs; [ # toolchains / build gcc pkg-config |
