mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Add grav patches
This commit is contained in:
parent
1feb13e852
commit
c02b1d5380
2 changed files with 32 additions and 12 deletions
21
utils.nix
21
utils.nix
|
|
@ -1,12 +1,13 @@
|
|||
{ inputs, system, ... }: {
|
||||
mkHost = host: inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs system; };
|
||||
{ inputs, system, pkgs, ... }: {
|
||||
mkHost = host:
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs system pkgs; };
|
||||
|
||||
modules = [
|
||||
host
|
||||
./modules/nixos
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
modules = [
|
||||
host
|
||||
./modules/nixos
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue