mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 18:21:04 +02:00
chore: Simplify
- Removed unused conditional - Changed `attrValues` to `with` where possible
This commit is contained in:
@@ -89,7 +89,7 @@ in
|
||||
enable = true;
|
||||
excludePackages = with pkgs; [ xterm ];
|
||||
|
||||
displayManager.startx.enable = mkIf (!isContainer) true;
|
||||
displayManager.startx.enable = true;
|
||||
};
|
||||
|
||||
pipewire = {
|
||||
|
Reference in New Issue
Block a user