test
This commit is contained in:
parent
f5ecc00541
commit
b301328d0b
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ theme, pkgs, ... }: {
|
||||
{ theme, pkgs, platform, ... }: {
|
||||
programs.doom-emacs = {
|
||||
emacsPackage = pkgs.emacs;
|
||||
enable = true;
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
inputs.home-manager.nixosModules.home-manager {
|
||||
extraSpecialArgs = { inherit inputs outputs desktop hostname platform username hmStateVersion theme format; };
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
Loading…
Reference in a new issue