mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
refactor: export home-manager options in nixos
This commit is contained in:
parent
8006a0abf2
commit
e3a0416a86
13 changed files with 151 additions and 191 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||
}
|
||||
|
||||
] ++ (builtins.attrValues outputs.nixosModules);
|
||||
] ++ (builtins.attrValues outputs.nixosModules) ++ (builtins.attrValues outputs.homeManagerModules);
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
|
|
@ -34,7 +34,6 @@ in
|
|||
firewall.allowedTCPPorts = [ 80 443 ];
|
||||
};
|
||||
|
||||
|
||||
swarselsystems = {
|
||||
hasBluetooth = false;
|
||||
hasFingerprint = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue