Add lazygit and broot, use OnlyOffice, raise zram

This commit is contained in:
Melvin Ragusa
2026-02-03 10:15:25 +01:00
parent fe52a0b4c9
commit a4e799fa53
3 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
# ───────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────
# Office & Productivity # Office & Productivity
# ───────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────
libreoffice-fresh # Office suite (latest) onlyoffice-desktopeditors # Office suite (latest)
obsidian # Note-taking with Markdown obsidian # Note-taking with Markdown
# ───────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────

View File

@@ -60,6 +60,7 @@
git git
gh # GitHub CLI gh # GitHub CLI
delta # Better git diff delta # Better git diff
lazygit # Git UI
# ───────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────
# Editors & LSP # Editors & LSP
@@ -77,6 +78,7 @@
fzf # Fuzzy finder fzf # Fuzzy finder
eza # Modern ls eza # Modern ls
bat # Cat with syntax highlighting bat # Cat with syntax highlighting
broot
# Additional CLI tools # Additional CLI tools
tealdeer # tldr - simplified man pages tealdeer # tldr - simplified man pages

View File

@@ -24,7 +24,7 @@
zramSwap = { zramSwap = {
enable = true; enable = true;
algorithm = "zstd"; # Best compression ratio algorithm = "zstd"; # Best compression ratio
memoryPercent = 50; # Use up to 50% of RAM for compressed swap memoryPercent = 100; # Use up to 50% of RAM for compressed swap
}; };
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════