removed many packages from defiant

This commit is contained in:
Leyla Becker 2025-04-13 23:07:57 -05:00
parent ee0697f406
commit 7f6f36378c
5 changed files with 57 additions and 46 deletions

View file

@ -29,7 +29,6 @@
desktopManager.xterm.enable = false;
excludePackages = with pkgs; [
xterm
transmission_4-qt
atomix # puzzle game
cheese # webcam tool
epiphany # web browser

View file

@ -12,5 +12,8 @@
graphicsAcceleration = {
enable = lib.mkEnableOption "host has a gpu for graphical acceleration";
};
directAccess = {
enable = lib.mkEnableOption "can a host be used on its own";
};
};
}