BROKEN: Expanding desktop option
This commit is contained in:
parent
562a8b7a2e
commit
d0a41df000
44 changed files with 272 additions and 296 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue