File tree 5 files changed +56
-51
lines changed
home-manager/profiles/firefox
nixos/profiles/services/caddy
5 files changed +56
-51
lines changed Original file line number Diff line number Diff line change 31
31
32
32
# nixos modules
33
33
34
- preservation . url = "github:WilliButz /preservation" ;
34
+ preservation . url = "github:nix-community /preservation" ;
35
35
home-manager = {
36
36
url = "github:nix-community/home-manager" ;
37
37
inputs . nixpkgs . follows = "nixpkgs" ;
61
61
inputs . nixpkgs-stable . follows = "nixpkgs" ;
62
62
} ;
63
63
nixpkgs-terraform-providers-bin = {
64
- url = "github:nix-community /nixpkgs-terraform-providers-bin" ;
64
+ url = "github:rebmit /nixpkgs-terraform-providers-bin" ;
65
65
inputs . nixpkgs . follows = "nixpkgs" ;
66
66
} ;
67
67
Original file line number Diff line number Diff line change 119
119
outline: none !important;
120
120
box-shadow: none !important;
121
121
background-color: var(--toolbar-bgcolor);
122
+ :root[inDOMFullscreen] & {
123
+ padding-right: 0;
124
+ padding-bottom: 0;
125
+ }
122
126
}
123
127
124
128
#tabbrowser-tabpanels {
125
129
border-radius: var(--border-radius-medium);
126
130
box-shadow: var(--content-area-shadow);
127
131
overflow: hidden;
132
+ :root[inDOMFullscreen] & {
133
+ border-radius: 0;
134
+ }
128
135
}
129
136
130
- :root[inDOMFullscreen] #tabbrowser-tabbox {
131
- padding-right: 0;
132
- padding-bottom: 0;
133
- }
134
-
135
- :root[inDOMFullscreen] #tabbrowser-tabpanels {
136
- border-radius: 0;
137
+ .browser-toolbox-background {
138
+ background-color: var(--toolbar-bgcolor) !important;
137
139
}
138
140
'' ;
139
141
} ;
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 10
10
enableReload = true ;
11
11
package = pkgs . caddy . withPlugins {
12
12
plugins = [ "github.com/mholt/caddy-l4@v0.0.0-20250102174933-6e5f5e311ead" ] ;
13
- hash = "sha256-F7SZRTkJ2f/khJb1OCdbGNjxp95sN4Pl+Scir3PSKec =" ;
13
+ hash = "sha256-dTi+xq0yINYvV07dO+adde4vz+z2oc4nybt5DoWD7k0 =" ;
14
14
} ;
15
15
} ;
16
16
You can’t perform that action at this time.
0 commit comments