removed herobrine (no longer using vaxry projects)

goodbye all vaxry projects <3
now using swaylock for screen locking, big fan of niri and definitely
not going to swap back to hyprland

i also made waybar slightly transparent using stylix
This commit is contained in:
Gabriella Bere 2025-11-13 19:42:54 +00:00
parent a48763c70d
commit 67d78ac27c
9 changed files with 21 additions and 246 deletions

14
home-manager/swaylock.nix Normal file
View file

@ -0,0 +1,14 @@
{ pkgs, ... }: {
programs.swaylock = {
enable = true;
package = pkgs.swaylock-effects;
settings = {
screenshots = true;
#effect-pixelate= "50";
effect-blur = "10x5";
clock = true;
indicator= true;
indicator-caps-lock = true;
};
};
}