mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: remove more unneeded info
This commit is contained in:
parent
c997e9174e
commit
1f47b46916
18 changed files with 223 additions and 116 deletions
6
profiles/nixos/common/home-manager-extra.nix
Normal file
6
profiles/nixos/common/home-manager-extra.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ inputs, config, lib, ... }:
|
||||
{
|
||||
home-manager = lib.mkIf config.swarselsystems.withHomeManager {
|
||||
extraSpecialArgs = { inherit (inputs) nix-secrets; };
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue