summaryrefslogtreecommitdiff
path: root/modules/hosts/luna/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/luna/home.nix')
-rw-r--r--modules/hosts/luna/home.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/hosts/luna/home.nix b/modules/hosts/luna/home.nix
new file mode 100644
index 0000000..3334060
--- /dev/null
+++ b/modules/hosts/luna/home.nix
@@ -0,0 +1,14 @@
+{ self, inputs, ... }: {
+
+ flake.homeModules.lunaHome = { pkgs, ... }: {
+ imports = [
+ self.homeModules.zen-browser
+ self.homeModules.vesktop
+ ];
+
+ programs.bash.enable = true;
+
+ home.stateVersion = "26.05";
+ };
+
+}