summaryrefslogtreecommitdiff
path: root/modules/user/aesthetics/themes
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aesthetics/themes')
-rw-r--r--modules/user/aesthetics/themes/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/user/aesthetics/themes/default.nix b/modules/user/aesthetics/themes/default.nix
new file mode 100644
index 0000000..cc5ebdb
--- /dev/null
+++ b/modules/user/aesthetics/themes/default.nix
@@ -0,0 +1,5 @@
+{...}: {
+ imports = [
+ ./oxocarbon
+ ];
+}