Compare commits

...

3 commits

Author SHA1 Message Date
7a1c626268 feat(x1): add clipboard history GNOME extension
- Added `clipboard-history` to the GNOME extensions list in x1 configuration.
- Ensures access to advanced clipboard management functionality.
2025-07-07 10:04:58 +02:00
d3ae0e90ba feat(x1): add fabric-ai to system packages
- Added `fabric-ai` to the `environment.systemPackages` list for x1.
- Ensures availability of the `fabric-ai` tool in the x1 system configuration.
2025-07-07 09:44:48 +02:00
4c11f744c7 chore(x1): reorder systemPackages for better readability
- Reorganized the `environment.systemPackages` list alphabetically.
- Ensured no functional changes to the x1 system configuration.
2025-07-07 09:43:52 +02:00
3 changed files with 18 additions and 25 deletions

View file

@ -63,6 +63,7 @@
"dash-to-panel@jderose9.github.com"
"hibernate-status@dromi"
"autohide-battery@sitnik.ru"
"clipboard-history@alexsaveau.dev"
];
favorite-apps = [

View file

@ -141,6 +141,7 @@ in
gnomeExtensions.easyeffects-preset-selector
gnomeExtensions.hibernate-status-button
gnomeExtensions.vitals
gnomeExtensions.clipboard-history
gnupg
go
jq

View file

@ -71,36 +71,27 @@ 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
fabric-ai
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;