Update base.nix

This commit is contained in:
batvin321 2025-02-22 12:50:15 -05:00
parent 8066dbf67e
commit c7f7ac240c

View File

@ -23,7 +23,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
firefox ungoogled-chromium
libnotify libnotify
gawk gawk
gnugrep gnugrep
@ -38,6 +38,8 @@
xdg-desktop-portal-gnome xdg-desktop-portal-gnome
]; ];
fonts.packages = [ pkgs.corefonts ];
services.flatpak.enable = true; services.flatpak.enable = true;
system.autoUpgrade = { system.autoUpgrade = {