Update flake to support bromine
This commit is contained in:
parent
b94111bc5a
commit
e8e896660b
10
flake.nix
10
flake.nix
|
|
@ -38,6 +38,16 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixosConfigurations.bromine = nixpkgs.lib.nixosSystem {
|
||||||
|
specialArgs = { inherit system; inherit inputs; };
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||||
|
./_hosts/bromine/configuration.nix
|
||||||
|
./nixos-modules
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
homeManagerModules.default = ./nixos-modules/home-manager;
|
homeManagerModules.default = ./nixos-modules/home-manager;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ in
|
||||||
extensions = [
|
extensions = [
|
||||||
# ext."1password-x-password-manager"
|
# ext."1password-x-password-manager"
|
||||||
ext.ublock-origin
|
ext.ublock-origin
|
||||||
|
ext.plasma-integration
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue