switch to flatpak zen browser

This commit is contained in:
2024-10-30 23:04:55 +01:00
parent 1229d516f9
commit 4fb1fa9d2c
14 changed files with 22 additions and 430 deletions

View File

@ -10,11 +10,9 @@
./auto-start.nix
];
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
nixpkgs.config = {
allowUnfree = true;
allowUnfreePredicate = pkg: true;
};
home.username = "menno";