this repo has no description
1
fork

Configure Feed

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

Add Nautilus bc Firefox hates me

Ben C d37f4762 49ad53c6

+4
+4
homeModules/firefox.nix
··· 17 17 config = lib.mkIf config.cow.firefox.enable { 18 18 cow.imperm.keep = [".mozilla"]; 19 19 20 + home.packages = with pkgs; [ 21 + nautilus # Needed for file dialogs?? Why?? 22 + ]; 23 + 20 24 programs.firefox = { 21 25 inherit package; 22 26 enable = true;