1
1
Fork 0

unfolder: remove chrome from system packages

This commit is contained in:
Tim Van Baak 2023-10-28 06:13:50 -07:00
parent 23e9af7564
commit d553d80270
1 changed files with 0 additions and 5 deletions

View File

@ -75,15 +75,10 @@
firefox firefox
libreoffice libreoffice
unzip unzip
google-chrome
syncthing syncthing
mpv mpv
]; ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"google-chrome"
];
networking.firewall = { networking.firewall = {
enable = true; enable = true;
}; };