about summary refs log tree commit diff
path: root/hosts/aptos
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/default.nix3
-rw-r--r--hosts/aptos/home.nix4
2 files changed, 4 insertions, 3 deletions
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; };
 
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;