File tree 1 file changed +1
-17
lines changed
modules/home/programs/graphical/browsers/firefox
1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 63
63
} ;
64
64
65
65
config = mkIf cfg . enable {
66
- home . file =
67
- let
68
- firefoxPath =
69
- if pkgs . stdenv . hostPlatform . isLinux then
70
- ".mozilla/firefox/${ config . ${ namespace } . user . name } "
71
- else
72
- "/Users/${ config . ${ namespace } . user . name } /Library/Application Support/Firefox/Profiles/${ config . ${ namespace } . user . name } " ;
73
- in
74
- {
75
- "${ firefoxPath } /chrome/img" = {
76
- source = lib . cleanSourceWith { src = lib . cleanSource ./chrome/img/. ; } ;
77
-
78
- recursive = true ;
79
- } ;
80
- } ;
81
-
82
66
programs . firefox = {
83
67
enable = true ;
84
68
package = if pkgs . stdenv . hostPlatform . isLinux then pkgs . firefox-devedition else null ;
165
149
] ;
166
150
167
151
# TODO: support alternative theme loading
168
- userChrome = ./chrome/userChrome.css ;
152
+ userChrome = ./chrome ;
169
153
} ;
170
154
} ;
171
155
} ;
You can’t perform that action at this time.
0 commit comments