[tohru] Modularise firefox config
(such as it is)
This commit is contained in:
parent
c8da705e4b
commit
104d995dd2
2 changed files with 7 additions and 2 deletions
6
home/firefox.nix
Normal file
6
home/firefox.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# TODO: nix-ify Firefox config
|
||||
programs.firefox.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue