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, ... }: {
|
||||
programs.doom-emacs = {
|
||||
emacsPackage = pkgs.emacs;
|
||||
enable = true;
|
||||
doomPrivateDir = ./themes/${theme}/doom-emacs.d;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue