Some minor tweaks to make nix check happy

This commit is contained in:
Natsu Kagami 2022-05-31 12:23:57 -04:00 committed by Natsu Kagami
parent abb4acb1d1
commit 311f724b19
4 changed files with 4 additions and 35 deletions

View file

@ -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