diff options
Diffstat (limited to 'modules/users/schererleander/configuration.nix')
| -rw-r--r-- | modules/users/schererleander/configuration.nix | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/users/schererleander/configuration.nix b/modules/users/schererleander/configuration.nix new file mode 100644 index 0000000..af96789 --- /dev/null +++ b/modules/users/schererleander/configuration.nix @@ -0,0 +1,22 @@ +{ + flake.modules.homeManager.schererleander = + { inputs, ... }: + { + imports = with inputs.self.modules.homeManager; [ + gpg + git + zsh + opencode + neovim + zed + nixcord + spicetify + obsidian + ]; + + home = { + username = "schererleander"; + stateVersion = "25.05"; + }; + }; +} |
