diff options
| author | Dominik Kaiser | 2026-06-13 12:43:45 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-06-13 12:43:45 +0200 |
| commit | d6dc581b9c8e5caff8e9f05879c59ad59e176644 (patch) | |
| tree | 2586f613080bf6a3b4f9519981fd98b1a67fbe2a /modules/hosts/sol/home.nix | |
| parent | 2df5bc584899f427495cc20927170de2a2c84b32 (diff) | |
| download | nixos-d6dc581b9c8e5caff8e9f05879c59ad59e176644.tar.gz nixos-d6dc581b9c8e5caff8e9f05879c59ad59e176644.zip | |
Add sol
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"; + }; + +} |
