Goose Cli
This commit is contained in:
3
home/sam/config/goose/config.yaml
Normal file
3
home/sam/config/goose/config.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
GOOSE_PROVIDER: "openai"
|
||||||
|
GOOSE_MODEL: "qwen/qwen-2.5-coder-32b-instruct"
|
||||||
|
OPENAI_HOST: "https://openrouter.ai
|
||||||
@@ -23,6 +23,12 @@ xdg.configFile."niri" = { source = ./config/niri; recursive = true; };
|
|||||||
xdg.configFile."waybar" = { source = ./config/waybar; recursive = true; };
|
xdg.configFile."waybar" = { source = ./config/waybar; recursive = true; };
|
||||||
xdg.configFile."zsh/local.zsh".source = ./config/zsh/local.zsh;
|
xdg.configFile."zsh/local.zsh".source = ./config/zsh/local.zsh;
|
||||||
|
|
||||||
|
|
||||||
|
xdg.configFile."goose" = {
|
||||||
|
source = ./config/goose;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
home.username = "sam";
|
home.username = "sam";
|
||||||
home.homeDirectory = "/home/sam";
|
home.homeDirectory = "/home/sam";
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
@@ -306,6 +312,7 @@ dconf.settings."org/gnome/desktop/interface" = {
|
|||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
QT_QPA_PLATFORM = "wayland";
|
QT_QPA_PLATFORM = "wayland";
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||||
|
GOOSE_DISABLE_KEYRING = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|||||||
Reference in New Issue
Block a user