flake/home/firefox.nix

9 lines
No EOL
131 B
Nix

{pkgs, ...}: {
programs.firefox = {
enable = true;
profiles.osbm = {
id = 0;
name = "osbm";
};
};
}