nixos 23.05 -> 23.11; including home-manager

This commit is contained in:
Trolli Schmittlauch 2023-12-04 22:03:33 +01:00
parent 7ebe9329b1
commit 5d3936b624
4 changed files with 25 additions and 27 deletions

View file

@ -161,6 +161,8 @@ in
# dconf required for several Gnome applications like Cawbird
programs.dconf.enable = true;
programs.firefox.enable = true; # enables support for automatically setting additionsl nativeMessagingHosts
# Flatpak support
services.flatpak.enable = true;