aboutsummaryrefslogtreecommitdiff
path: root/home/rices/plasma6/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/rices/plasma6/default.nix')
-rw-r--r--home/rices/plasma6/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/rices/plasma6/default.nix b/home/rices/plasma6/default.nix
new file mode 100644
index 0000000..d363548
--- /dev/null
+++ b/home/rices/plasma6/default.nix
@@ -0,0 +1,6 @@
+{...}: {
+ imports = [
+ ./stylix.nix
+ ./plasma.nix
+ ];
+}