feat(homes): Move ghostty config to nixos and darwin modules
This commit is contained in:
parent
0f3694c82d
commit
92e6da3645
3 changed files with 10 additions and 6 deletions
7
nix/homes/rafiq/desktop/darwin.nix
Normal file
7
nix/homes/rafiq/desktop/darwin.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
flake.modules.darwin.graphical.homebrew = {
|
||||||
|
enable = true;
|
||||||
|
onActivation.cleanup = "uninstall";
|
||||||
|
casks = [ "ghostty" ];
|
||||||
|
};
|
||||||
|
}
|
|
@ -57,16 +57,12 @@
|
||||||
vesktop.enable = true;
|
vesktop.enable = true;
|
||||||
thunderbird.enable = true;
|
thunderbird.enable = true;
|
||||||
thunderbird.profiles.rafiq.isDefault = true;
|
thunderbird.profiles.rafiq.isDefault = true;
|
||||||
|
# ghostty is broken on nix-darwin
|
||||||
|
ghostty.settings.confirm-close-surface = false;
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit profiles;
|
inherit profiles;
|
||||||
};
|
};
|
||||||
ghostty = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
confirm-close-surface = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -144,6 +144,7 @@ in
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
fuzzel.enable = true;
|
fuzzel.enable = true;
|
||||||
|
ghostty.enable = true;
|
||||||
waybar = {
|
waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = [
|
settings = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue