Update everything for latest nixpkgs
This commit is contained in:
parent
fba64b7555
commit
96739c5979
4 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue