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/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/aptos/default.nix') diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index f92ce07..0676887 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, hostname, ... }: +{ ... }: { imports = [ ./hardware.nix ./sound.nix ./networking.nix ./services.nix ]; @@ -11,7 +11,6 @@ # install and configure sway my.programs.sway.enable = true; - my.home.wm.windowManager = "sway"; virtualisation.docker = { enable = true; }; -- cgit 1.4.1