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
# ─────────────────────────────────────────────────────────────
libreoffice-fresh # Office suite (latest)
onlyoffice-desktopeditors # Office suite (latest)
obsidian # Note-taking with Markdown
# ─────────────────────────────────────────────────────────────

View File

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

View File

@@ -24,7 +24,7 @@
zramSwap = {
enable = true;
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
};
# ═══════════════════════════════════════════════════════════════