trim some options and make tiling optional in de2

This commit is contained in:
notgne2 2022-01-29 19:40:54 -07:00
parent 487a076825
commit e1bcc9e797
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
2 changed files with 51 additions and 58 deletions

View file

@ -7,6 +7,11 @@ in
options.de2.enable = mkEnableOption "Enable de2 system stuff";
config = mkIf cfg.enable {
environment.gnome.excludePackages = with pkgs; [
gnome.epiphany
gnome.gnome-software
];
services.xserver = {
enable = lib.mkDefault true;
displayManager.gdm.enable = lib.mkDefault true;