aboutsummaryrefslogtreecommitdiff
path: root/users/programs/emacs/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-26 10:38:18 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-26 10:38:18 -0700
commit8e3d469ce4eb25a04f8154cbab737d88976fd8f8 (patch)
tree170f0938514bddbf9b1a567969735533eed8876d /users/programs/emacs/default.nix
parentadd themes in toml format for alacritty (diff)
downloadinfra-8e3d469ce4eb25a04f8154cbab737d88976fd8f8.tar.gz
move emacs configuration under users/programs/emacs
This is more consistent.
Diffstat (limited to '')
-rw-r--r--users/programs/emacs/default.nix (renamed from users/profiles/emacs.nix)5
1 files changed, 2 insertions, 3 deletions
diff --git a/users/profiles/emacs.nix b/users/programs/emacs/default.nix
index fcf1b8f..d805971 100644
--- a/users/profiles/emacs.nix
+++ b/users/programs/emacs/default.nix
@@ -1,5 +1,5 @@
{
- configPath,
+ self,
pkgs,
lib,
...
@@ -44,7 +44,6 @@ let
tree-sitter
tree-sitter-langs
treesit-grammars.with-all-grammars
- vertico
yaml-mode
yasnippet
yasnippet-capf
@@ -61,7 +60,7 @@ let
];
mkEmacsFile = file: {
".config/emacs/${file}" = {
- source = "${configPath}/emacs/${file}";
+ source = "${self}/users/programs/emacs/${file}";
};
};
in