diff --git a/flake.lock b/flake.lock index b9bf31b..0051d03 100644 --- a/flake.lock +++ b/flake.lock @@ -159,11 +159,11 @@ "homebrew-cask": { "flake": false, "locked": { - "lastModified": 1754378251, - "narHash": "sha256-ol6YF6T1TOK7Ea2A0cE/K6FstsRKl9cy3vML8mDEleQ=", + "lastModified": 1754394942, + "narHash": "sha256-ib1lYDLsu+e2xhnRmeTQrfnHwxvrOb3qMfR3MJcjkJo=", "owner": "homebrew", "repo": "homebrew-cask", - "rev": "f3ac53ff0b16be95a8c84adf7848739b2429944d", + "rev": "9eb97f6ab87b3f49cfcd81f2ff0622e1f95dba45", "type": "github" }, "original": { @@ -175,11 +175,11 @@ "homebrew-core": { "flake": false, "locked": { - "lastModified": 1754394050, - "narHash": "sha256-QksgXyQ3y+CawspGIMVzav/n5CJvjRimfOx6/Vom9Uc=", + "lastModified": 1754394738, + "narHash": "sha256-vNxvJ1E2l5PxrgFvci+Hah0FqmbIQL10C3Le9OYqVyg=", "owner": "homebrew", "repo": "homebrew-core", - "rev": "9f2fd2fadc00a8af6094ebb461a18a5a1ef732ef", + "rev": "04d935868909c9433d594352d854fab823c64e2e", "type": "github" }, "original": { diff --git a/profiles/base/home-manager/atuin.nix b/profiles/base/home-manager/atuin.nix index e4b13b8..414910d 100644 --- a/profiles/base/home-manager/atuin.nix +++ b/profiles/base/home-manager/atuin.nix @@ -2,8 +2,5 @@ programs.atuin = { enable = true; enableFishIntegration = true; - daemon = { - enable = true; - }; }; } diff --git a/profiles/base/home-manager/ghostty.nix b/profiles/base/home-manager/ghostty.nix deleted file mode 100644 index 3620fec..0000000 --- a/profiles/base/home-manager/ghostty.nix +++ /dev/null @@ -1,57 +0,0 @@ -{ - pkgs, - ... -}: - -{ - programs.ghostty = { - enable = true; - package = pkgs.ghostty-bin; - settings = { - command = "${pkgs.fish}/bin/fish"; - theme = "catppuccin-latte"; - window-padding-x = 8; - window-padding-y = 2; - window-padding-balance = true; - font-family = "Iosevka"; - font-size = 15.5; - font-feature = [ - "-calt" - "-dlig" - ]; - cursor-style = "block"; - mouse-hide-while-typing = true; - mouse-scroll-multiplier = 1.25; - shell-integration = "detect"; - shell-integration-features = "no-cursor"; - - keybind = [ - "global:ctrl+shift+space=toggle_quick_terminal" - "shift+enter=text:\\n" - "ctrl+one=goto_tab:1" - "ctrl+two=goto_tab:2" - "ctrl+three=goto_tab:3" - "ctrl+four=goto_tab:4" - "ctrl+five=goto_tab:5" - "ctrl+six=goto_tab:6" - "ctrl+seven=goto_tab:7" - "ctrl+eight=goto_tab:8" - "ctrl+nine=goto_tab:9" - "ctrl+left=previous_tab" - "ctrl+right=next_tab" - "ctrl+h=previous_tab" - "ctrl+l=next_tab" - "ctrl+shift+left=goto_split:left" - "ctrl+shift+right=goto_split:right" - "ctrl+shift+h=goto_split:left" - "ctrl+shift+j=goto_split:down" - "ctrl+shift+k=goto_split:up" - "ctrl+shift+l=goto_split:right" - "ctrl+shift+enter=new_split:right" - "ctrl+t=new_tab" - "ctrl+w=close_tab" - "ctrl+shift+w=close_surface" - ]; - }; - }; -} diff --git a/profiles/darwin/home-manager/ghostty.nix b/profiles/darwin/home-manager/ghostty.nix index 7dd6bfa..3620fec 100644 --- a/profiles/darwin/home-manager/ghostty.nix +++ b/profiles/darwin/home-manager/ghostty.nix @@ -54,4 +54,4 @@ ]; }; }; -} \ No newline at end of file +}