Update base.nix
This commit is contained in:
parent
8066dbf67e
commit
c7f7ac240c
4
base.nix
4
base.nix
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user