Add new machine Marid.

This commit is contained in:
Kevin Baensch 2021-11-25 22:03:04 +01:00
parent e8f26ac86e
commit 47500b78e3
Signed by: derped
GPG key ID: C0F1D326C7626543
6 changed files with 175 additions and 3 deletions

View file

@ -39,7 +39,6 @@ in mkIf (elem "desktop" cfg.services) {
services.xserver = {
enable = !(elem "sway" cfg.desktop.wms);
layout = "de";
videoDrivers = [ "intel" ];
displayManager.defaultSession = ifelse (cfg.desktop.wms != []) (elemAt cfg.desktop.wms 0) null;
windowManager = mkIf (cfg.desktop.wms != []) {
i3 = mkIf (elem "i3" cfg.desktop.wms) (import ./desktop/i3.nix { inherit pkgs; });