From 1c77d202653c1ae83713071bce6969694732fb26 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 23 Sep 2022 19:23:50 -0700 Subject: fix(hosts): the WM manager needs to be in home.nix --- hosts/aptos/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/aptos/home.nix') diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index e390ac3..2d60b53 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -1,5 +1,7 @@ -{ pkgs, ... }: { +{ ... }: { my.home = { + wm.windowManager = "sway"; + # default packages I want on all hosts packages.enable = true; -- cgit 1.4.1