refactor rice into config
This commit is contained in:
parent
c33b079159
commit
3095dc27fe
64 changed files with 225 additions and 230 deletions
13
common/debloat.nix
Normal file
13
common/debloat.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
|
||||
# misc perl
|
||||
system.disableInstallerTools = true;
|
||||
programs.less.lessopen = null;
|
||||
programs.command-not-found.enable = false;
|
||||
boot.enableContainers = false;
|
||||
boot.loader.grub.enable = false;
|
||||
environment.defaultPackages = lib.mkDefault [ ];
|
||||
documentation.info.enable = false;
|
||||
system.tools.nixos-option.enable = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue