system: add config for networking and hardware

This commit is contained in:
Charlie Root 2024-08-16 13:32:13 +02:00
commit 049fd348b2
8 changed files with 118 additions and 17 deletions

View file

@ -7,4 +7,10 @@
device = "nodev";
};
};
}
boot.plymouth = {
enable = true;
# font = "${pkgs.jetbrains-mono}/share/fonts/truetype/JetBrainsMono-Regular.ttf";
themePackages = [pkgs.catppuccin-plymouth];
theme = "catppuccin-macchiato";
};
}