From bebe8ddc7841358ddafc5a4904c084b4526165b7 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 10 Apr 2025 11:49:23 +0100 Subject: [PATCH] Some stuff --- users/configs/system/ghostty/config | 1 + users/daniel/default.nix | 1 + users/daniel/host-specific/pingbox/default.nix | 5 +++++ 3 files changed, 7 insertions(+) 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; + + }; }