switch to flatpak zen browser
This commit is contained in:
@ -10,11 +10,9 @@
|
||||
./auto-start.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = pkg: true;
|
||||
};
|
||||
|
||||
home.username = "menno";
|
||||
|
Reference in New Issue
Block a user