From 71235e3db77445e9fb818398be5993df06f538f2 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 16 Apr 2023 13:54:00 +0200 Subject: [PATCH] Add plasma module --- home/modules/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/default.nix b/home/modules/default.nix index 6016ca2b..00e38b7c 100644 --- a/home/modules/default.nix +++ b/home/modules/default.nix @@ -20,6 +20,7 @@ ./misc.nix ./neovim.nix ./nextcloud.nix + ./plasma.nix ./ranger.nix ]; }