forked from colonelpanic/dotfiles
[NixOS] Add razer to flakes
This commit is contained in:
parent
cfdde16f12
commit
7d1520faa3
@ -27,6 +27,10 @@
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
ivanm-dfinity-razer = nixpkgs.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = [ tweaks ./machines/ivanm-dfinity-razer.nix ];
|
||||||
|
};
|
||||||
ryzen-shine = nixpkgs.lib.nixosSystem {
|
ryzen-shine = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [ tweaks ./machines/ryzen-shine.nix ];
|
modules = [ tweaks ./machines/ryzen-shine.nix ];
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
|
||||||
../full.nix
|
../full.nix
|
||||||
../extra.nix
|
../extra.nix
|
||||||
../dfinity.nix
|
../dfinity.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user