aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/emacs.nix10
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;
+ };
+ };
+}