Enable firefox and disable Pocket

This commit is contained in:
Toast 2023-06-21 17:31:43 +02:00
parent 879abfdf7d
commit fd0ef3be5b
3 changed files with 12 additions and 1 deletions

View file

@ -65,7 +65,6 @@
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
firefox
tree
];
};