From 4aabff7d32166e86d88b2941c242ad4a04e803d9 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 8 Sep 2023 11:28:51 +0530 Subject: modules/seatd: clean up --- common.nix | 1 + hosts/cez/modules/wayland.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 98cf87f..b57055c 100644 --- a/common.nix +++ b/common.nix @@ -11,6 +11,7 @@ in ./modules/userdata.nix ./modules/dev.nix ./modules/pppd.nix + ./modules/seatd.nix ]; # boot diff --git a/hosts/cez/modules/wayland.nix b/hosts/cez/modules/wayland.nix index 98a8540..02aac3a 100644 --- a/hosts/cez/modules/wayland.nix +++ b/hosts/cez/modules/wayland.nix @@ -4,8 +4,6 @@ let user = config.userdata.user; in { - imports = [ ../../../modules/seatd.nix ]; - # pkgs environment.systemPackages = with pkgs; [ dwl-sinan -- cgit v1.2.3