about summary refs log tree commit diff
path: root/hosts/aptos/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-23 19:23:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-23 19:23:50 -0700
commit1c77d202653c1ae83713071bce6969694732fb26 (patch)
tree57b18287b6865abfe8ef81c6c1121fa1a7f1ae9d /hosts/aptos/default.nix
parentfix(home/waybar): fix the configuration after 22.05 (diff)
downloadworld-1c77d202653c1ae83713071bce6969694732fb26.tar.gz
fix(hosts): the WM manager needs to be in home.nix
Diffstat (limited to '')
-rw-r--r--hosts/aptos/default.nix3
1 files changed, 1 insertions, 2 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; };