mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: load nixos hm-options dynamically
This commit is contained in:
parent
d9a72d44ea
commit
4232360563
3 changed files with 12 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, config, lib, ... }:
|
||||
{
|
||||
home-manager = {
|
||||
home-manager = lib.mkIf config.swarselsystems.withHomeManager {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = inputs; # used mainly for inputs.self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue