From 0b7f3ec2a0a7601d4276645a61fee8d08d0f4f2d 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 ]; }