about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2023-08-04 13:50:43 +0200
committeraszlig <aszlig@nix.build>2023-08-04 13:50:43 +0200
commit28ac5376756fa5ff61723af1bcfe2fc4b990f7f5 (patch)
tree4ce0175331237eaa18e76d8045e52fa387d2ea37
parentee758fdcdbbcae14d7a50d1809c1b225545d665f (diff)
workstation: Remove services.xserver.layout
This is already defined in the base profile, so we really don't need to
define it twice, espacially because since ee758fdcdbbcae14d7a50d1809c1b2
both definitions are conflicting.

I actually had this removed locally but forgot to stage this for the
aforementioned commit.

Signed-off-by: aszlig <aszlig@nix.build>
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index 7afba08d..359ef82f 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -180,7 +180,6 @@ in {
 
       xserver = {
         enable = true;
-        layout = "dvorak";
 
         displayManager = {
           lightdm.enable = true;