diff options
| author | caley <u65487754@gmail.com> | 2026-05-19 13:30:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-19 13:30:46 +0000 |
| commit | 76abd1fbee224a0e77ce418ea685c75431a5c2d3 (patch) | |
| tree | 8956cfea1d7ca1c2c6f0950eb690e9bf3ca198a3 /nixos | |
| parent | e74565df6000ba44af898985c4d8e6e20e3c6f6d (diff) | |
Add emacs to system packages
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9702417..f02e5c6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -77,6 +77,7 @@ environment.systemPackages = with pkgs; [ awww btop dunst + emacs fish git grim |
