aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-05-03 00:17:14 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-05-03 00:17:14 -0700
commitb34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3 (patch)
treef42732612ac16c5f502c522e67383ce1070c2c52 /home
parent76137eca434293eaf138c95e285d128cae903119 (diff)
downloadnix-b34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3.tar
nix-b34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3.tar.gz
nix-b34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3.tar.bz2
nix-b34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3.tar.lz
nix-b34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3.tar.xz
nix-b34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3.tar.zst
nix-b34b8ee3f568f2dcb3e1b3fc63737c1ec8f464d3.zip
Add missing darkstar user configs
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/darkstar.nix6
-rw-r--r--home/root/darkstar.nix6
2 files changed, 12 insertions, 0 deletions
diff --git a/home/nipsy/darkstar.nix b/home/nipsy/darkstar.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/nipsy/darkstar.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}
diff --git a/home/root/darkstar.nix b/home/root/darkstar.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/darkstar.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}