test
This commit is contained in:
parent
3c6d6db3f2
commit
6e6bfd5d0e
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ theme, pkgs, ... }: {
|
{ theme, pkgs, ... }: {
|
||||||
programs.doom-emacs = {
|
programs.doom-emacs = {
|
||||||
|
emacsPackage = pkgs.emacs;
|
||||||
enable = true;
|
enable = true;
|
||||||
doomPrivateDir = ./themes/${theme}/doom-emacs.d;
|
doomPrivateDir = ./themes/${theme}/doom-emacs.d;
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme format; };
|
||||||
system = platform;
|
system = platform;
|
||||||
format = format;
|
format = format;
|
||||||
pkgs = import inputs.nixpkgs { inherit platform; };
|
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
../nixos
|
../nixos
|
||||||
|
|
Loading…
Reference in a new issue