aboutsummaryrefslogtreecommitdiffstats
path: root/home/sadbeast/wopr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/sadbeast/wopr.nix')
-rw-r--r--home/sadbeast/wopr.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home/sadbeast/wopr.nix b/home/sadbeast/wopr.nix
new file mode 100644
index 0000000..477930c
--- /dev/null
+++ b/home/sadbeast/wopr.nix
@@ -0,0 +1,11 @@
+{
+ pkgs,
+ config,
+ lib,
+ ...
+}: {
+ imports = [
+ ./global
+ ./features/desktop
+ ];
+}