Going to be changing the way I do variables I think, remove the cmd var
This commit is contained in:
parent
cd92b28dc6
commit
fa3890b814
5 changed files with 51 additions and 76 deletions
|
@ -78,7 +78,7 @@
|
|||
"${primeMod}+${secMod}+Ctrl+r" = ''exec rofiscripts --resolutions'';
|
||||
|
||||
# Open NixOS configuration files
|
||||
"${primeMod}+F12" = ''exec foot ${outputs.cmd.nixcfg} | ${sendNotif} "Nix Config"'';
|
||||
"${primeMod}+F12" = ''exec foot ranger /etc/nixos | ${sendNotif} "Nix Config"'';
|
||||
|
||||
# Terminal, rofi, clipmenu, media script, power menu, show/hide waybar
|
||||
"${primeMod}+Return" = ''exec foot'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue