mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Install firefox from unstable
This commit is contained in:
parent
758d78e737
commit
d76269df2c
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
config,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
pkgs-unstable,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -11,6 +12,7 @@
|
||||||
config = lib.mkIf config.myConfig.firefox.enable {
|
config = lib.mkIf config.myConfig.firefox.enable {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs-unstable.firefox;
|
||||||
|
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
settings =
|
settings =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue