This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
96ecc68434
nixos
/
home
/
gui
/
chromium.nix
7 lines
113 B
Nix
Raw
Normal View
History
Unescape
Escape
Remove chromium dependence on hyprland package being available
2023-06-12 14:24:13 +01:00
{
.
.
.
}:
{
Switch firefox for chromium with default plugins installed
2023-06-08 10:48:25 +01:00
programs
.
chromium
=
{
enable
=
true
;
Switch to chromium
2023-07-12 09:06:33 +01:00
commandLineArgs
=
[
"
-
-
o
z
o
n
e
-
p
l
a
t
f
o
r
m
-
h
i
n
t
=
a
u
t
o
"
]
;
Switch firefox for chromium with default plugins installed
2023-06-08 10:48:25 +01:00
}
;
}
Reference in a new issue
Copy permalink