mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31: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,
|
||||
inputs,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -11,6 +12,7 @@
|
|||
config = lib.mkIf config.myConfig.firefox.enable {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.firefox;
|
||||
|
||||
profiles.default = {
|
||||
settings =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue