added host Marisa (haven't tested config yet)
This commit is contained in:
13
marisa.nix
Normal file
13
marisa.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{lib, config, ...}:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./modules/xorg.nix
|
||||
./modules/pipewire.nix
|
||||
./marisa/pkgs.nix
|
||||
./marisa/networking.nix
|
||||
./marisa/stuff.nix
|
||||
./satori/hardware.nix
|
||||
];
|
||||
boot.loader.grub.enable = false;
|
||||
}
|
Reference in New Issue
Block a user