add emacs config - still not perfect. also eza

This commit is contained in:
Miranda Marquez 2024-03-07 11:28:21 -09:00
parent 0c79b56d45
commit 063cb5d99c

View File

@ -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";