Added Hypridle and Hyprlock && switched to UWSM

This commit is contained in:
2025-11-27 15:23:59 -05:00
parent 1f1bd53be9
commit 96fdf27a60
11 changed files with 205 additions and 5 deletions

View File

@@ -4,5 +4,16 @@
{
nixpkgs.overlays = [
(import ./heybrochecklog.nix)
(self: super: {
# battery-status = prev.writeShellApplication {
# name = "battery-status";
# text = builtins.readFile ./battery-status.sh;
# };
check-capslock = super.writeShellApplication {
name = "check-capslock";
text = builtins.readFile ./check-capslock.sh;
};
})
];
}
}