Update everything for latest nixpkgs

This commit is contained in:
Elnu 2025-06-17 16:42:55 -07:00
parent fba64b7555
commit 96739c5979
4 changed files with 12 additions and 11 deletions

View file

@ -108,10 +108,7 @@ in with theme.colors; {
"${mod}+Return" = "exec kitty";
"${mod}+Shift+e" = "exec i3-msg exit"; # bypass default session exit confirmation menu
"${mod}+space" = "exec i3-msg open"; # Open blank space
"Mod1+Q" = let rofi-power = pkgs.substituteAll {
src = ./power.sh;
isExecutable = true;
}; in "exec ${rofi-power}";
"Mod1+Q" = "exec ${./power.sh}";
"${mod}+a" = "exec com.github.alainm23.task-planner.quick-add";
# Audio controls