diff --git a/users/configs/system/ghostty/config b/users/configs/system/ghostty/config index 83e8300..de3ff7d 100644 --- a/users/configs/system/ghostty/config +++ b/users/configs/system/ghostty/config @@ -9,6 +9,7 @@ shell-integration-features = no-cursor window-theme = ghostty window-decoration = false +working-directory = home unfocused-split-opacity = 1 diff --git a/users/daniel/default.nix b/users/daniel/default.nix index d7c0d76..f144bed 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -35,6 +35,7 @@ ) restic rust-analyzer + senpai unzip zip zigpkgs."0.14.0" diff --git a/users/daniel/host-specific/pingbox/default.nix b/users/daniel/host-specific/pingbox/default.nix index 6e8ef20..1b56ef1 100644 --- a/users/daniel/host-specific/pingbox/default.nix +++ b/users/daniel/host-specific/pingbox/default.nix @@ -21,4 +21,9 @@ services.picom = { vSync = true; }; + + services.easyeffects = { + enable = true; + + }; }