diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-03-08 15:53:16 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-08 15:53:16 +0100 |
| commit | 6c0467c5497b88e79cca52891655219fec9680a5 (patch) | |
| tree | b282bd446e1279b0058ce695d443d1db4aecc1ff /modules/users/schererleander/configuration.nix | |
| parent | 799df867ce2dfa1220d529bda82d5263149f7ce7 (diff) | |
feat(user): seperate home manager module to be system specific
Diffstat (limited to 'modules/users/schererleander/configuration.nix')
| -rw-r--r-- | modules/users/schererleander/configuration.nix | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/modules/users/schererleander/configuration.nix b/modules/users/schererleander/configuration.nix deleted file mode 100644 index c10e4ea..0000000 --- a/modules/users/schererleander/configuration.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - flake.modules.homeManager.schererleander = - { inputs, pkgs, ... }: - { - imports = with inputs.self.modules.homeManager; [ - gpg - git - zsh - opencode - neovim - zed - nixcord - spicetify - jellyfin-mpv-shim - nextcloud-client - ]; - - home = { - username = "schererleander"; - stateVersion = "26.05"; - packages = with pkgs; [ - firefox - obsidian - tor-browser - gohufont - ]; - }; - }; -} |
