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:
parent
45cb8db57f
commit
4c11f744c7
1 changed files with 15 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue