diff options
| author | Fuwn <[email protected]> | 2024-09-17 01:30:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-17 01:30:46 -0700 |
| commit | 71de6c429c259bf8a5c3db61a1dd66ad636dcb17 (patch) | |
| tree | 2b6aecd645ce5f57edb53d6a505d3fd3d22e9773 /modules/software/default.nix | |
| parent | xserver: options (diff) | |
| download | nixos-config-71de6c429c259bf8a5c3db61a1dd66ad636dcb17.tar.xz nixos-config-71de6c429c259bf8a5c3db61a1dd66ad636dcb17.zip | |
software: extend shell
Diffstat (limited to 'modules/software/default.nix')
| -rw-r--r-- | modules/software/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/software/default.nix b/modules/software/default.nix index 5c1fddd..1c1593a 100644 --- a/modules/software/default.nix +++ b/modules/software/default.nix @@ -11,6 +11,7 @@ ./input.nix ./locale.nix ./programs.nix + ./shell.nix ./systemd.nix ./users.nix ./variables.nix |