mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
ghostty config on macos, and fix fish theming on every shell
This commit is contained in:
parent
f25d426ae8
commit
f1f24fa4d5
4 changed files with 8 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ in {
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
fish_config theme save "Catppuccin Latte"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
|
|
@ -36,6 +35,8 @@ in {
|
||||||
if test -e $HOME/.config/fish/variables-$(hostname)fish
|
if test -e $HOME/.config/fish/variables-$(hostname)fish
|
||||||
source $HOME/.config/fish/variables-$(hostname).fish
|
source $HOME/.config/fish/variables-$(hostname).fish
|
||||||
end
|
end
|
||||||
|
|
||||||
|
fish_config theme save "Catppuccin Latte"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: let
|
{pkgs, lib, ...}: let
|
||||||
catppuccin = pkgs.fetchFromGitHub {
|
catppuccin = pkgs.fetchFromGitHub {
|
||||||
owner = "catppuccin";
|
owner = "catppuccin";
|
||||||
repo = "ghostty";
|
repo = "ghostty";
|
||||||
|
|
@ -9,6 +9,8 @@ in {
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
package = if pkgs.stdenv.isDarwin then pkgs.unstable.ghostty-bin else pkgs.unstable.ghostty;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
theme = "dark:catppuccin-macchiato.conf,light:catppuccin-latte.conf";
|
theme = "dark:catppuccin-macchiato.conf,light:catppuccin-latte.conf";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ in {
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
"notunes"
|
"notunes"
|
||||||
"ghostty"
|
|
||||||
"firefox"
|
"firefox"
|
||||||
"gpg-suite"
|
"gpg-suite"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
../../home/kitty.nix
|
../../home/kitty.nix
|
||||||
|
|
||||||
../../home/helide
|
../../home/helide
|
||||||
|
|
||||||
|
../../home/ghostty.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# xdg.enable = lib.mkForce false;
|
# xdg.enable = lib.mkForce false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue