yeet doom-emacs-nix, doesn't seem to work

This commit is contained in:
Anthony Cicchetti 2023-05-19 10:59:29 -04:00
parent f909246436
commit f7463ef611
4 changed files with 15 additions and 12 deletions

View file

@ -279,11 +279,11 @@
]
},
"locked": {
"lastModified": 1684442239,
"narHash": "sha256-8wD+fQpNULCF9a88E1Knw3MtXWqvyhn8u/859QSSoE4=",
"lastModified": 1684484967,
"narHash": "sha256-P3ftCqeJmDYS9LSr2gGC4XGGcp5vv8TOasJX6fVHWsw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c10403a5739d6275334710903fe709bc8d587980",
"rev": "b9a52ad20e58ebd003444915e35e3dd2c18fc715",
"type": "github"
},
"original": {

View file

@ -5,7 +5,12 @@
system,
...
}: {
imports = [./emacs.nix ./git.nix ./starship.nix ./zellij.nix];
imports = [
./emacs.nix
./git.nix
./starship.nix
./zellij.nix
];
home.packages = with pkgs; [
bandwhich
bat

View file

@ -5,12 +5,7 @@
system,
...
}: {
programs.doom-emacs = {
enable = true;
doomPrivateDir = ../../../../emacs/emacs.doom;
# emacsPackage = pkgs.emacs;
# if "${system}" == "aarch64-darwin"
#then pkgs.emacsMacPort
#else pkgs.emacs;
};
home.file.".doom.d/init.el".source = ../../../../emacs/emacs.doom/init.el;
home.file.".doom.d/config.el".source = ../../../../emacs/emacs.doom/config.el;
home.file.".doom.d/packages.el".source = ../../../../emacs/emacs.doom/packages.el;
}

View file

@ -16,3 +16,6 @@ else
# we're linux
home-manager switch --flake "$PWD/home-manager#x86_64-linux-acicchetti"
fi
git clone https://github.com/doomemacs/doomemacs ~/.emacs.d
~/.emacs.d/bin/doom install