aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users/schererleander/configuration.nix')
-rw-r--r--modules/users/schererleander/configuration.nix29
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
- ];
- };
- };
-}