From 063cb5d99c12a5fd1eba6f26cf82236081565e39 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Thu, 7 Mar 2024 11:28:21 -0900 Subject: [PATCH] add emacs config - still not perfect. also eza --- home.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index b19bc13..d1f8b06 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ lib, config, pkgs, ... }: +{ lib, config, pkgs, inputs, ... }: with lib.hm.gvariant; { @@ -21,6 +21,7 @@ with lib.hm.gvariant; pkgs.mpv pkgs.fzf pkgs.nerdfonts + pkgs.eza # pkgs.gnupg # pkgs.python3 # (pkgs.python3.withPackages( @@ -83,7 +84,10 @@ with lib.hm.gvariant; # programs.gdb = { # enable = true; # }; - # home.file.".local/src/emacs".source = inputs.emacs-config; + home.file.".emacs.d" = { + source = inputs.emacs-config; + recursive = true; + }; # programs.dconf.enable = true; home.file.".local/share/backgrounds/mojave.jpg".source = builtins.fetchurl { url = "https://www.teahub.io/photos/full/154-1542362_mac-os-mojave-screenshot.jpg";