Update nixpkgs

This commit is contained in:
Natsu Kagami 2023-03-23 11:27:08 +01:00
parent c9e15b373e
commit 8a6ae543e4
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 12 additions and 14 deletions

View file

@ -2,11 +2,6 @@
with lib;
let
cfg = config.linux.graphical;
birdtray = pkgs.birdtray.overrideAttrs (attrs: {
cmakeFlags = [ "-DOPT_THUNDERBIRD_CMDLINE=${pkgs.thunderbird}/bin/thunderbird" ];
});
alwaysStartup = with pkgs; [ birdtray ];
in
{