mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add darwin hosts to folder structure
This commit is contained in:
parent
33046cb4a3
commit
e2fefda51c
22 changed files with 504 additions and 345 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ self, lib, inputs, ... }:
|
||||
{ lib, inputs, ... }:
|
||||
{
|
||||
nix =
|
||||
let
|
||||
|
|
@ -20,11 +20,6 @@
|
|||
nixPath = lib.mapAttrsToList (n: _: "${n}=flake:${n}") flakeInputs;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = inputs; # used mainly for inputs.self
|
||||
};
|
||||
|
||||
system.stateVersion = lib.mkDefault "23.05";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue