dot_testing/home/firefox/default.nix

14 lines
231 B
Nix
Raw Normal View History

2023-12-21 15:26:09 -06:00
{ lib, config, pkgs, home, inputs, ... }:
{
imports = [inputs.schizofox.homeManagerModule];
programs.schizofox = {
enable = true;
theme = {
simplefox.enable = true;
darkreader.enable = true;
};
};
}