fix(nix): Fix firefox-darwin overlay is never actually applied
This commit is contained in:
parent
f596ba43f5
commit
d8ad75f69d
5 changed files with 10 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, vars, common, ... }:
|
||||
{ pkgs, config, vars, common, inputs, ... }:
|
||||
|
||||
{
|
||||
# I don't want to risk breaking my hackintosh setup in case Apple decided to
|
||||
|
@ -33,6 +33,7 @@
|
|||
pkgs.duti
|
||||
pkgs.pinentry_mac
|
||||
pkgs.iina
|
||||
pkgs.floorp-bin
|
||||
];
|
||||
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue