This commit is contained in:
iFargle 2023-09-19 10:45:43 +09:00
parent 3c6d6db3f2
commit 6e6bfd5d0e
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{ theme, pkgs, ... }: {
programs.doom-emacs = {
emacsPackage = pkgs.emacs;
enable = true;
doomPrivateDir = ./themes/${theme}/doom-emacs.d;
};

View file

@ -47,7 +47,6 @@
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
system = platform;
format = format;
pkgs = import inputs.nixpkgs { inherit platform; };
modules = [
../nixos