Some minor tweaks to make nix check happy
This commit is contained in:
parent
abb4acb1d1
commit
311f724b19
4 changed files with 4 additions and 35 deletions
|
@ -104,7 +104,7 @@ in
|
|||
{ command = "systemctl --user restart waybar"; always = true; }
|
||||
# Startup programs
|
||||
{ command = "${config.programs.firefox.package}/bin/firefox"; }
|
||||
{ command = "${pkgs.discord}/bin/discord"; }
|
||||
{ command = "${pkgs.unstable.discord}/bin/discord"; }
|
||||
];
|
||||
|
||||
### Keybindings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue