removed many packages from defiant
This commit is contained in:
parent
ee0697f406
commit
7f6f36378c
5 changed files with 57 additions and 46 deletions
|
@ -29,7 +29,6 @@
|
|||
desktopManager.xterm.enable = false;
|
||||
excludePackages = with pkgs; [
|
||||
xterm
|
||||
transmission_4-qt
|
||||
atomix # puzzle game
|
||||
cheese # webcam tool
|
||||
epiphany # web browser
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue