NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update config to fix those build errors

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+2 -3
+2 -3
shared/desktop/firefox.nix
··· 5 5 enable = true; 6 6 nativeMessagingHosts.packages = with pkgs; [ 7 7 firefoxpwa 8 - _1password-gui 9 - _1password-cli 10 - gnupg 8 + # _1password-gui 9 + # gnupg 11 10 ]; 12 11 package = pkgs.firefox; 13 12 };