feat(felschr-work): remove superflous firefox config
This commit is contained in:
parent
a8097fbaa9
commit
47ac35bed4
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue