Actually make home manager config
This commit is contained in:
parent
b0bd0f05a0
commit
8907181209
|
@ -24,8 +24,8 @@
|
|||
(import ./module.nix { inherit doom-emacs niten-doom-config; })
|
||||
];
|
||||
};
|
||||
mkHomeManagerConfiguration = { username, user-email, home-dir, enable-gui, pkgs, ... }: import ./niten.nix {
|
||||
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config pkgs;
|
||||
};
|
||||
mkHomeManagerConfiguration = { username, user-email, home-dir, enable-gui, pkgs, ... }:
|
||||
home-manager.lib.homeManagerConfiguration (import ./niten.nix {
|
||||
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config pkgs});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue