aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/arrakis.nix20
-rw-r--r--home/root/arrakis.nix6
2 files changed, 26 insertions, 0 deletions
diff --git a/home/nipsy/arrakis.nix b/home/nipsy/arrakis.nix
new file mode 100644
index 0000000..dc27d3e
--- /dev/null
+++ b/home/nipsy/arrakis.nix
@@ -0,0 +1,20 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ common/optional/desktops
+ common/optional/desktops/services/xscreensaver.nix
+ #inputs.sops-nix.homeManagerModules.sops
+ ];
+
+ #sops = {
+ # age.keyFile = "/home/nipsy/.config/sops/age/keys.txt";
+ # defaultSopsFile = ./secrets/ginaz.yaml;
+
+ # secrets = {
+ # "ssh_config" = {
+ # path = "/home/nipsy/.ssh/config";
+ # };
+ # };
+ #};
+}
diff --git a/home/root/arrakis.nix b/home/root/arrakis.nix
new file mode 100644
index 0000000..83c92cd
--- /dev/null
+++ b/home/root/arrakis.nix
@@ -0,0 +1,6 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+}