feat(felschr-work): remove superflous firefox config

This commit is contained in:
Felix Schröter 2020-08-15 12:49:49 +02:00
parent a8097fbaa9
commit 47ac35bed4
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -40,15 +40,12 @@ with pkgs;
defaultProfile = "work"; defaultProfile = "work";
}; };
programs.firefox.enable = true;
xdg.configFile."nixpkgs/config.nix".text = '' xdg.configFile."nixpkgs/config.nix".text = ''
{ {
allowUnfree = true; allowUnfree = true;
} }
''; '';
home.packages = with pkgs; [ home.packages = with pkgs; [
# system # system
gparted gparted