From c04d34ab44a1bd2b0118736d4a9a796f1c700eb2 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 2 Jun 2024 14:38:57 +0200 Subject: sway: init module This inits both the nixos and the home-manager module --- hm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/default.nix') diff --git a/hm/default.nix b/hm/default.nix index 4a0e255..7d6e482 100644 --- a/hm/default.nix +++ b/hm/default.nix @@ -9,7 +9,6 @@ ./packages ./rofi ./ssh - ./sway ./swayidle ./swaylock ./swayosd @@ -37,6 +36,7 @@ jameica.enable = true; kdeconnect.enable = true; mail.enable = true; + sway.enable = true; zathura.enable = true; }; programs.home-manager.enable = true; -- cgit 1.4.1