diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-23 12:41:23 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-23 12:41:23 -0500 |
| commit | f10624e907621458407be98a567918afe77d59b6 (patch) | |
| tree | 12c383e23a68e584f7559b07c11c17c6eed922be /programs.nix | |
| parent | 974a2ba37bfb80934275adc335e8f0a0ffcf49a3 (diff) | |
simple reorganization
Diffstat (limited to 'programs.nix')
| -rw-r--r-- | programs.nix | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/programs.nix b/programs.nix index a38712d..73839a6 100644 --- a/programs.nix +++ b/programs.nix @@ -5,10 +5,24 @@ haunt - (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) + (aspellWithDicts ( + dicts: with dicts; [ + en + en-computers + en-science + ] + )) ]; - programs.steam.enable = true; + programs = { + steam.enable = true; + firefox.enable = true; + + gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; + }; services.emacs = { enable = true; |
