mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Refactoring
This commit is contained in:
parent
3a701f454d
commit
04d3ced1f4
1 changed files with 2 additions and 5 deletions
|
@ -14,14 +14,13 @@
|
|||
url = "github:JulienMalka/homepage";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, home-manager, nixpkgs, neovim-nightly-overlay, nur, ... }@inputs:
|
||||
let
|
||||
utils = import ./utils.nix { inherit nixpkgs home-manager inputs; };
|
||||
in with utils;
|
||||
in
|
||||
with utils;
|
||||
{
|
||||
nixosModules = builtins.listToAttrs (map
|
||||
(x: {
|
||||
|
@ -33,8 +32,6 @@
|
|||
nixosConfigurations = builtins.mapAttrs (name: value: (mkMachine name value self.nixosModules)) (importConfig ./machines);
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue