remove-app
- Repo stars 4
- License NOASSERTION
- Author repo dotfiles
Remove Application: $ARGUMENTS
1. Locate
Use Grep to find all references to the package across .nix files:
nixos/*/configuration.nix— System packagesmodules/nixos/*/default.nix— NixOS modulesmodules/home-manager/*/default.nix— Home Manager modulesmodules/home-manager/pkgs/global.nix— Cross-platform CLImodules/home-manager/pkgs/linux.nix— Linux-only CLI
2. Assess Impact
- Single location: Safe to remove directly
- Shared module: Ask the user — the module may be used by multiple systems
- Dependency: Inform the user if removing it would break another package
3. Remove
- Remove the package/configuration
- If the app had its own module directory, delete it (auto-import handles the rest)
- Clean up related config (environment variables, services, etc.)
4. Validate
nix flake check --extra-experimental-features 'nix-command flakes pipe-operators'- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @Hayao0819 · NOASSERTION
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Linux
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Env read
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Use Grep to find all references to the package across .nix files: nixos//configuration.nix — System packages modules/nixos//default.nix — NixOS modules
Single location: Safe to remove directly Shared module: Ask the user — the module may be used by multiple systems Dependency: Inform the user if removing it would break another package
Remove the package/configuration If the app had its own module directory, delete it (auto-import handles the rest) Clean up related config (environment variables, services, etc.)
4. Validate
# Remove Application: **$ARGUMENTS**
## 1. Locate
Use Grep to find all references to the package across `.nix` files:
- `nixos/*/configuration.nix` — System packages
- `modules/nixos/*/default.nix` — NixOS modules
- `modules/home-manager/*/default.nix` — Home Manager modules
- `modules/home-manager/pkgs/global.nix` — Cross-platform CLI
- `modules/home-manager/pkgs/linux.nix` — Linux-only CLI
## 2. Assess Impact
- **Single location**: Safe to remove directly
- **Shared module**: Ask the user — the module may be used by multiple systems
- **Dependency**: Inform the user if removing it would break another package
## 3. Remove
1. Remove the package/configuration
2. If the app had its own module directory, delete it (auto-import handles the rest)
3. Clean up related config (environment variables, services, etc.)
## 4. Validate
```bash
nix flake check --extra-experimental-features 'nix-command flakes pipe-operators'
``` Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> 1. Locate → 2. Assess Impact → 3. Remove → 4. Validate
terms -> $ARGUMENTS · Single location · Shared module · Dependency
files/cmd -> .nix · nixos//configuration.nix · modules/nixos//default.nix · modules/home-manager//default.nix · modules/home-manager/pkgs/global.nix · modules/home-manager/pkgs/linux.nix
body sha256 -> 2271727eafc3
Decide Fit First
Design Intent
How To Use It
Boundaries And Review