refactor: wayland module, move emacs path to emacs.nix, neovim to base
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.sessionPath = [
|
||||
"$HOME/.config/emacs/bin"
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
fd
|
||||
@@ -11,13 +13,11 @@
|
||||
shellcheck
|
||||
shfmt
|
||||
];
|
||||
|
||||
# Symlink doom config into place
|
||||
xdg.configFile."doom" = {
|
||||
source = ../../config/doom;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
# Emacs daemon service pointing directly to system Emacs
|
||||
systemd.user.services.emacs = {
|
||||
Unit = {
|
||||
|
||||
Reference in New Issue
Block a user