chore(x1): reorder systemPackages for better readability

- Reorganized the `environment.systemPackages` list alphabetically.
- Ensured no functional changes to the x1 system configuration.
This commit is contained in:
Harald Hoyer 2025-07-07 09:43:52 +02:00
parent 45cb8db57f
commit 4c11f744c7

View file

@ -71,36 +71,26 @@ with lib.metacfg;
];
environment.systemPackages = with pkgs; [
azure-cli
cloudflare-warp
desktop-file-utils
kubectl
kubectx
k9s
attic-client
ollama
piper-tts
klavaro
tipp10
gtypist
logseq
azure-cli
claude-code
claude-desktop-with-fhs
cloudflare-warp
desktop-file-utils
gemini-cli
vscode
uv
libcamera
gnome-terminal
# (vscode-with-extensions.override {
# vscodeExtensions = with vscode-extensions; [
# rooveterinaryinc.roo-cline
# rust-lang.rust-analyzer
# github.copilot
# ms-python.python
# ms-azuretools.vscode-docker
# ms-vscode-remote.remote-ssh
# ];
# })
gtypist
k9s
klavaro
kubectl
kubectx
libcamera
logseq
ollama
piper-tts
tipp10
uv
vscode
];
zramSwap.enable = true;