chore: Simplify

- Removed unused conditional
- Changed `attrValues` to `with` where possible
This commit is contained in:
Donovan Glover
2024-09-09 13:24:50 -04:00
parent fc11acbe79
commit 7393e7c0d6
2 changed files with 16 additions and 18 deletions

View File

@@ -89,7 +89,7 @@ in
enable = true;
excludePackages = with pkgs; [ xterm ];
displayManager.startx.enable = mkIf (!isContainer) true;
displayManager.startx.enable = true;
};
pipewire = {