why isnt this working argh
This commit is contained in:
parent
efb0cb00f3
commit
601780bd56
6 changed files with 111 additions and 74 deletions
11
flake.nix
11
flake.nix
|
|
@ -3,17 +3,22 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
home-manager = {
|
||||
url = github:nix-community/home-manager;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
outputs = { self, nixpkgs, home-manager }: {
|
||||
|
||||
nixosConfigurations = {
|
||||
framework = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./systems/common.nix
|
||||
./hw-framework.nix
|
||||
./systems/framework.nix
|
||||
./user-jsutter.nix ];
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
./user-jsutter.nix
|
||||
];
|
||||
};
|
||||
aurora = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue