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