Update framework config
This commit is contained in:
parent
238866e5f1
commit
16ae890458
5 changed files with 80 additions and 51 deletions
15
flake.nix
15
flake.nix
|
@ -4,6 +4,7 @@
|
|||
|
||||
outputs = inputs@{
|
||||
nixpkgs,
|
||||
nixos-hardware,
|
||||
home-manager,
|
||||
osu-nixos,
|
||||
...
|
||||
|
@ -32,6 +33,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||
|
||||
./packages/default.nix
|
||||
./hosts/lappy/default.nix
|
||||
|
@ -68,17 +70,16 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
mobile-nixos = {
|
||||
url = "github:nixos/mobile-nixos";
|
||||
flake = false;
|
||||
};
|
||||
nixpkgs = {
|
||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
};
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
mobile-nixos = {
|
||||
url = "github:nixos/mobile-nixos";
|
||||
flake = false;
|
||||
};
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nixos-hardware.url = "github:Nixos/nixos-hardware/master";
|
||||
osu-nixos.url = "github:Asqiir/osu-nixos";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue