Added somcli. Updated whole lot of stuff. Added game binds to hyprland (stlil have to add steam). Added minimal nixos config. Combined pipewire sink. Todo list. Beginning of server config

This commit is contained in:
Jurn Wubben 2025-03-27 01:15:02 +01:00
parent c48b41c250
commit 58dcc86ca8
18 changed files with 280 additions and 26 deletions

14
hosts/minimal/default.nix Normal file
View file

@ -0,0 +1,14 @@
{
imports = [
./hardware-configuration.nix
];
boot.plymouth.enable = false;
services.fwupd.enable = false;
# Other stuff that's enabled by default because i'll use it but it's still bloat is (note that this list shares a lot of resources):
# - graphics drivers (~1.8gb)
# - networkmanager (~1.25gb)
# - polkit (~1.25gb)
# - other stuff.. total: 4.68gb
}