diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-13 14:30:23 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 14:30:23 -0800 |
| commit | 06a8d0e1a9dc61eac41b441d28d3de27fb8feae8 (patch) | |
| tree | b2c3a80fe5e02e39f4d5129ac5996f00e193584f /users/fcuny/desktop/emacs.nix | |
| parent | sway: set the scaling factor (diff) | |
| download | infra-06a8d0e1a9dc61eac41b441d28d3de27fb8feae8.tar.gz | |
emacs: let's go!
Diffstat (limited to 'users/fcuny/desktop/emacs.nix')
| -rw-r--r-- | users/fcuny/desktop/emacs.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/fcuny/desktop/emacs.nix b/users/fcuny/desktop/emacs.nix new file mode 100644 index 0000000..4a50838 --- /dev/null +++ b/users/fcuny/desktop/emacs.nix @@ -0,0 +1,10 @@ +{ lib, config, pkgs, ... }: + +{ + programs = { + emacs= { + enable = true; + package=unstable.emacsPgtkGcc; + }; + }; +} |
