inshallah

This commit is contained in:
Melvin Ragusa
2026-02-03 03:15:32 +01:00
parent 02054d12c7
commit d43f461cfd
3 changed files with 43 additions and 26 deletions

View File

@@ -183,10 +183,9 @@
# ═══════════════════════════════════════════════════════════════
# 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
@@ -206,12 +205,22 @@
# File management
nautilus
# Editors
zed-editor
# Browser
inputs.zen-browser.packages.${pkgs.system}.default
# 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
];