diff options
| author | Michael Hoang <Enzime@users.noreply.github.com> | 2024-11-12 22:25:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-12 22:25:20 +0000 |
| commit | 839fd2a2b5bb60a6c15f2347a92269d57d51012f (patch) | |
| tree | 6868ef12409cde3262505464ecdb7e408f624fe7 /modules/environment/default.nix | |
| parent | e30d226a24e4079d068321f935dbf30626f08dc8 (diff) | |
| parent | 2bacd8db310f479fab713829663d4b36913553cf (diff) | |
Merge pull request #1162 from Enzime/push-ovqpxpsqkwvp
users: ensure `programs.<shell>.enable = true;` for users' shells
Diffstat (limited to 'modules/environment/default.nix')
| -rw-r--r-- | modules/environment/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/environment/default.nix b/modules/environment/default.nix index 994c77a..fc4db2a 100644 --- a/modules/environment/default.nix +++ b/modules/environment/default.nix @@ -197,6 +197,7 @@ in name = "system-path"; paths = cfg.systemPackages; postBuild = cfg.extraSetup; + ignoreCollisions = true; inherit (cfg) pathsToLink extraOutputsToInstall; }; |
