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