diff --git a/private b/private index 0137bfc..2ec114f 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 0137bfc9a8828cf9b41941aeb06bc2260fe984db +Subproject commit 2ec114fce790062fee373a9132580e116db1f970 diff --git a/workstation.nix b/workstation.nix index 9b73e36..e6699f1 100644 --- a/workstation.nix +++ b/workstation.nix @@ -70,7 +70,6 @@ nerdfonts ]; - #programs.sway.enable = true; services.gnome.gnome-keyring.enable = true; services.pipewire.enable = true; diff --git a/x230.nix b/x230.nix index f9a00a9..24630b9 100644 --- a/x230.nix +++ b/x230.nix @@ -48,4 +48,7 @@ systemd.sleep.extraConfig = "HibernateDelaySec=1h"; # services.upower.enable = true; fileSystems."nas".options = [ "noauto" ]; + programs.sway.enable = true; + services.xserver.displayManager.defaultSession = lib.mkForce "sway"; + services.xserver.windowManager.i3.enable = lib.mkForce false; }