added host Marisa (haven't tested config yet)

This commit is contained in:
2021-05-19 06:28:14 +05:30
parent a3033000a9
commit 63262b85ff
28 changed files with 1465 additions and 133 deletions

13
marisa.nix Normal file
View 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;
}