This commit is contained in:
iFargle 2023-09-19 11:16:09 +09:00
parent f5ecc00541
commit b301328d0b
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ theme, pkgs, ... }: {
{ theme, pkgs, platform, ... }: {
programs.doom-emacs = {
emacsPackage = pkgs.emacs;
enable = true;

View file

@ -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;