Add lazygit and broot, use OnlyOffice, raise zram
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
# ─────────────────────────────────────────────────────────────
|
# ─────────────────────────────────────────────────────────────
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
# ═══════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════
|
||||||
|
|||||||
Reference in New Issue
Block a user