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; [
|
environment.systemPackages = with pkgs; [
|
||||||
azure-cli
|
|
||||||
cloudflare-warp
|
|
||||||
desktop-file-utils
|
|
||||||
kubectl
|
|
||||||
kubectx
|
|
||||||
k9s
|
|
||||||
attic-client
|
attic-client
|
||||||
ollama
|
azure-cli
|
||||||
piper-tts
|
|
||||||
klavaro
|
|
||||||
tipp10
|
|
||||||
gtypist
|
|
||||||
logseq
|
|
||||||
claude-code
|
claude-code
|
||||||
claude-desktop-with-fhs
|
claude-desktop-with-fhs
|
||||||
|
cloudflare-warp
|
||||||
|
desktop-file-utils
|
||||||
gemini-cli
|
gemini-cli
|
||||||
vscode
|
|
||||||
uv
|
|
||||||
libcamera
|
|
||||||
gnome-terminal
|
gnome-terminal
|
||||||
# (vscode-with-extensions.override {
|
gtypist
|
||||||
# vscodeExtensions = with vscode-extensions; [
|
k9s
|
||||||
# rooveterinaryinc.roo-cline
|
klavaro
|
||||||
# rust-lang.rust-analyzer
|
kubectl
|
||||||
# github.copilot
|
kubectx
|
||||||
# ms-python.python
|
libcamera
|
||||||
# ms-azuretools.vscode-docker
|
logseq
|
||||||
# ms-vscode-remote.remote-ssh
|
ollama
|
||||||
# ];
|
piper-tts
|
||||||
# })
|
tipp10
|
||||||
|
uv
|
||||||
|
vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue