feat: create muOS (laptop) config
This commit is contained in:
parent
062f0968d9
commit
79b53eb0df
5 changed files with 654 additions and 0 deletions
17
flake.nix
17
flake.nix
|
|
@ -44,6 +44,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
hardware = {
|
||||
url = "github:NixOS/nixos-hardware/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-colors, automapaper, disko, hyprland, lazy, ... }@inputs:
|
||||
|
|
@ -72,6 +77,18 @@
|
|||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
muOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit nix-colors;
|
||||
inherit automapaper;
|
||||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.hardware.nixosModules.framework-11th-gen-intel
|
||||
];
|
||||
};
|
||||
};
|
||||
nixosModules = {
|
||||
automapaper = ./modules/automapaper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue