Adding import ./emacs.nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.emacs = {
|
||||
@@ -67,7 +67,7 @@
|
||||
# Home Manager session variables
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacs";
|
||||
XDG_SCREENSHOTS_DIR = "${lib.getHome}/screenshots";
|
||||
XDG_SCREENSHOTS_DIR = "~/screenshots";
|
||||
};
|
||||
|
||||
# Home Manager file management
|
||||
@@ -81,7 +81,4 @@
|
||||
target = ".emacs.d/init.el";
|
||||
};
|
||||
};
|
||||
|
||||
# Services (if needed in Home Manager context)
|
||||
services.nextcloud-client.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user