Goose Cli
This commit is contained in:
@@ -23,6 +23,12 @@ xdg.configFile."niri" = { source = ./config/niri; recursive = true; };
|
||||
xdg.configFile."waybar" = { source = ./config/waybar; recursive = true; };
|
||||
xdg.configFile."zsh/local.zsh".source = ./config/zsh/local.zsh;
|
||||
|
||||
|
||||
xdg.configFile."goose" = {
|
||||
source = ./config/goose;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
home.username = "sam";
|
||||
home.homeDirectory = "/home/sam";
|
||||
home.stateVersion = "25.11";
|
||||
@@ -306,6 +312,7 @@ dconf.settings."org/gnome/desktop/interface" = {
|
||||
home.sessionVariables = {
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
GOOSE_DISABLE_KEYRING = "1";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
||||
Reference in New Issue
Block a user