This commit is contained in:
Melvin Ragusa
2026-02-02 22:12:52 +01:00
parent 93d7809716
commit e92435caee
6 changed files with 24 additions and 100 deletions

View File

@@ -169,9 +169,10 @@
# ═══════════════════════════════════════════════════════════════
# SYSTEM PACKAGES (Base essentials)
# ═══════════════════════════════════════════════════════════════
# NOTE: GUI apps and fast-updating tools are managed via `nix profile`
# Run `update-apps` to update them, `list-apps` to see installed
environment.systemPackages = with pkgs; [
# Core utilities
fastfetch
micro
wget
curl
@@ -188,22 +189,12 @@
# File management
nautilus
# Editors
zed-editor
# Browser
inputs.zen-browser.packages.${pkgs.system}.default
# Flake inputs
# Flake inputs (desktop shell)
inputs.noctalia.packages.${pkgs.system}.default
inputs.opencode.packages.${pkgs.system}.default
# Terminal
ghostty
# AI coding
claude-code
# Package managers
pnpm
];