Merge branch 'main' of github.com:tmayoff/.dotfiles

This commit is contained in:
Tyler Mayoff 2025-07-19 22:54:00 -04:00
commit c3569c5afc
4 changed files with 8 additions and 3 deletions

View file

@ -22,7 +22,6 @@ in {
export GPG_TTY=$(tty)
fish_config theme save "Catppuccin Latte"
'';
shellInit = ''
@ -36,6 +35,8 @@ in {
if test -e $HOME/.config/fish/variables-$(hostname)fish
source $HOME/.config/fish/variables-$(hostname).fish
end
fish_config theme save "Catppuccin Latte"
'';
plugins = [

View file

@ -1,4 +1,4 @@
{pkgs, ...}: let
{pkgs, lib, ...}: let
catppuccin = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "ghostty";
@ -9,6 +9,8 @@ in {
programs.ghostty = {
enable = true;
package = if pkgs.stdenv.isDarwin then pkgs.unstable.ghostty-bin else pkgs.unstable.ghostty;
settings = {
theme = "dark:catppuccin-macchiato.conf,light:catppuccin-latte.conf";

View file

@ -102,7 +102,7 @@ in {
casks = [
"notunes"
"ghostty"
"firefox"
"gpg-suite"
"libreoffice"

View file

@ -4,6 +4,8 @@
../../home/kitty.nix
../../home/helide
../../home/ghostty.nix
];
# xdg.enable = lib.mkForce false;