inshallah
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user