diff options
| author | schererleander <leander@schererleander.de> | 2026-02-03 19:41:32 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2026-02-03 19:41:32 +0100 |
| commit | a7b6721b7ead027ce752c30d0e105ef456fb9f24 (patch) | |
| tree | 6b0bd05dea3db21876ee61e67ce64bec8f1338fa /home | |
| parent | e33b723d25d89678318c2361cb22321588ad356a (diff) | |
chore(sops): remove unused secrets
Diffstat (limited to 'home')
| -rw-r--r-- | home/schererleander.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/home/schererleander.nix b/home/schererleander.nix index 1302990..7fef210 100644 --- a/home/schererleander.nix +++ b/home/schererleander.nix @@ -19,21 +19,17 @@ in wget zoxide zathura - jetbrains.idea-oss + jetbrains.idea anki obsidian typst nerd-fonts.symbols-only - nextcloud-client - ] - ++ optionals isDarwin [ - iterm2 - rectangle ] ++ optionals (!isDarwin) [ mpv firefox arduino-ide + nextcloud-client ]; home.sessionVariables = optionalAttrs isDarwin { |
