mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
firefox doesnt really work well with nix
This commit is contained in:
parent
bb691e1bcb
commit
a6b2837b0b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles.bryan = import config/bryan.nix { inherit pkgs; };
|
||||
#profiles.bryan = import config/bryan.nix { inherit pkgs; };
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue