diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-19 10:59:12 -0500 |
| commit | 2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch) | |
| tree | a8a323c6571556d3f1b5e8f197e17ed447f8daa4 /modules/desktop/hjem/wm/default.nix | |
| parent | a97c10944e382cc7c439339c88a007401b67beeb (diff) | |
changes (idk)
Diffstat (limited to 'modules/desktop/hjem/wm/default.nix')
| -rw-r--r-- | modules/desktop/hjem/wm/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/desktop/hjem/wm/default.nix b/modules/desktop/hjem/wm/default.nix index 6b8aeed..a940132 100644 --- a/modules/desktop/hjem/wm/default.nix +++ b/modules/desktop/hjem/wm/default.nix @@ -1,4 +1,12 @@ {pkgs, ...}: { + imports = [ + ./dunst.nix + ./fuzzel.nix + ./niri.nix + ./sway.nix + ./tofi.nix + ]; + packages = [ (pkgs.callPackage ../../../../pkgs/util {}) # util.lua ]; |
