Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles
This commit is contained in:
commit
de7f085b6f
3 changed files with 4 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ in
|
||||||
})
|
})
|
||||||
# List from https://github.com/settings/copilot/features enabled models
|
# List from https://github.com/settings/copilot/features enabled models
|
||||||
[
|
[
|
||||||
|
"claude-opus-4.5"
|
||||||
"claude-sonnet-3.5"
|
"claude-sonnet-3.5"
|
||||||
"claude-sonnet-4"
|
"claude-sonnet-4"
|
||||||
"claude-sonnet-4.5"
|
"claude-sonnet-4.5"
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ let
|
||||||
IMPERMANENCE = true;
|
IMPERMANENCE = true;
|
||||||
ENCRYPTED = true;
|
ENCRYPTED = true;
|
||||||
|
|
||||||
USB_KEY = "/dev/disk/by-uuid/ea3e20f6-c7f2-407c-b9a2-00b4ac000178";
|
USB_KEY = null;
|
||||||
|
|
||||||
primaryDeviceUnit = "${utils.escapeSystemdPath PRIMARY}.device";
|
primaryDeviceUnit = "${utils.escapeSystemdPath PRIMARY}.device";
|
||||||
in
|
in
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,8 @@
|
||||||
|
|
||||||
".local/share/zoxide"
|
".local/share/zoxide"
|
||||||
|
|
||||||
|
".config/opencode"
|
||||||
|
|
||||||
# KDE
|
# KDE
|
||||||
".config/kdeconnect"
|
".config/kdeconnect"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue