it is what it is
This commit is contained in:
parent
06b48475d8
commit
2faec8579a
5 changed files with 100 additions and 99 deletions
41
flake.nix
41
flake.nix
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
description = "the fabled ryzen build";
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { nixpkgs, home-manager, ... }@inputs:
|
||||
let
|
||||
inherit (nixpkgs) lib;
|
||||
util = import ./lib {
|
||||
inherit system pkgs home-manager lib; overlays = (pkgs.overlays);
|
||||
};
|
||||
inherit (util) user;
|
||||
inherit (util) host;
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
overlays = [ ];
|
||||
};
|
||||
|
||||
system = "x86_64-linux";
|
||||
in
|
||||
{
|
||||
homeManagerConfigurations = {
|
||||
bolt = user.mkHMUser {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
quiver = host.mkHost {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue