BROKEN: Expanding desktop option

This commit is contained in:
Jurn Wubben 2025-05-24 00:03:47 +02:00
parent ebf027263f
commit 73dd477f9e
44 changed files with 272 additions and 296 deletions

View file

@ -1,4 +1,6 @@
{
#NOTE: This config serves as a list of all of the available options
imports = [
./hardware-configuration.nix
];
@ -6,9 +8,21 @@
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
niksos = {
bluetooth = false;
desktop = { enable = false; hyprland = false; kde = false; };
fingerprint = false;
games = false;
graphics = { enable = false; intel = false; nvidia = false; };
neovim = false;
portable = false;
server = false;
};
#NOTE: Old info
## 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
}