Compare commits
No commits in common. "7a1c62626854e5c31f815eef837a31b1cb5b6ecb" and "45cb8db57f6df23284d9b2d56627ea42c0a34fdf" have entirely different histories.
7a1c626268
...
45cb8db57f
3 changed files with 21 additions and 14 deletions
|
@ -63,7 +63,6 @@
|
||||||
"dash-to-panel@jderose9.github.com"
|
"dash-to-panel@jderose9.github.com"
|
||||||
"hibernate-status@dromi"
|
"hibernate-status@dromi"
|
||||||
"autohide-battery@sitnik.ru"
|
"autohide-battery@sitnik.ru"
|
||||||
"clipboard-history@alexsaveau.dev"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
|
|
|
@ -141,7 +141,6 @@ in
|
||||||
gnomeExtensions.easyeffects-preset-selector
|
gnomeExtensions.easyeffects-preset-selector
|
||||||
gnomeExtensions.hibernate-status-button
|
gnomeExtensions.hibernate-status-button
|
||||||
gnomeExtensions.vitals
|
gnomeExtensions.vitals
|
||||||
gnomeExtensions.clipboard-history
|
|
||||||
gnupg
|
gnupg
|
||||||
go
|
go
|
||||||
jq
|
jq
|
||||||
|
|
|
@ -71,27 +71,36 @@ with lib.metacfg;
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
attic-client
|
|
||||||
azure-cli
|
azure-cli
|
||||||
claude-code
|
|
||||||
claude-desktop-with-fhs
|
|
||||||
cloudflare-warp
|
cloudflare-warp
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
fabric-ai
|
|
||||||
gemini-cli
|
|
||||||
gnome-terminal
|
|
||||||
gtypist
|
|
||||||
k9s
|
|
||||||
klavaro
|
|
||||||
kubectl
|
kubectl
|
||||||
kubectx
|
kubectx
|
||||||
libcamera
|
k9s
|
||||||
logseq
|
attic-client
|
||||||
ollama
|
ollama
|
||||||
piper-tts
|
piper-tts
|
||||||
|
klavaro
|
||||||
tipp10
|
tipp10
|
||||||
uv
|
gtypist
|
||||||
|
logseq
|
||||||
|
claude-code
|
||||||
|
claude-desktop-with-fhs
|
||||||
|
gemini-cli
|
||||||
vscode
|
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
|
||||||
|
# ];
|
||||||
|
# })
|
||||||
];
|
];
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue