BROKEN: Expanding desktop option
This commit is contained in:
parent
562a8b7a2e
commit
d0a41df000
44 changed files with 272 additions and 296 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
osConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
|
@ -7,7 +6,7 @@
|
|||
profileName = "jsw.nixos-default";
|
||||
in {
|
||||
programs.firefox = {
|
||||
enable = osConfig.niksos.desktop;
|
||||
enable = true;
|
||||
package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
|
||||
extraPolicies = {
|
||||
DisableFirefoxStudies = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue