diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 15:45:32 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-06-28 15:45:32 -0700 |
commit | 01329351e57a86a61853ec995826cfcef42ba324 (patch) | |
tree | 5be20109dd322e84dba8fc529f434c35855cf37e /hosts/caladan | |
parent | 634599f87964d201052902cb840f039a65560ac5 (diff) | |
download | nix-01329351e57a86a61853ec995826cfcef42ba324.tar nix-01329351e57a86a61853ec995826cfcef42ba324.tar.gz nix-01329351e57a86a61853ec995826cfcef42ba324.tar.bz2 nix-01329351e57a86a61853ec995826cfcef42ba324.tar.lz nix-01329351e57a86a61853ec995826cfcef42ba324.tar.xz nix-01329351e57a86a61853ec995826cfcef42ba324.tar.zst nix-01329351e57a86a61853ec995826cfcef42ba324.zip |
Switch to Wayland and sway @caladan
Diffstat (limited to 'hosts/caladan')
-rw-r--r-- | hosts/caladan/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index 0ff9b33..0010569 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -69,7 +69,8 @@ ../common/optional/sdr.nix ../common/optional/services/chrony.nix ../common/optional/services/openssh.nix - ../common/optional/services/xorg.nix + ../common/optional/services/wayland.nix + #../common/optional/services/xorg.nix ../common/optional/sound.nix ../common/optional/wdt.nix ../common/optional/zfs.nix |