Some stuff

This commit is contained in:
2025-04-10 11:49:23 +01:00
parent 5b9f5bb9c7
commit bebe8ddc78
3 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ shell-integration-features = no-cursor
window-theme = ghostty window-theme = ghostty
window-decoration = false window-decoration = false
working-directory = home
unfocused-split-opacity = 1 unfocused-split-opacity = 1

View File

@@ -35,6 +35,7 @@
) )
restic restic
rust-analyzer rust-analyzer
senpai
unzip unzip
zip zip
zigpkgs."0.14.0" zigpkgs."0.14.0"

View File

@@ -21,4 +21,9 @@
services.picom = { services.picom = {
vSync = true; vSync = true;
}; };
services.easyeffects = {
enable = true;
};
} }