update: remove "essentials" folder

This commit is contained in:
Veneficium 2024-09-19 18:26:20 +02:00
parent b7344d42ac
commit ec195bc028
2 changed files with 1 additions and 1 deletions

View file

@ -1,9 +0,0 @@
{ pkgs, ... }:
{
#todo config
programs.firefox = {
enable = true;
#todo make sure this on only if gnome is setup correctly
nativeMessagingHosts = [ pkgs.gnome-browser-connector ];
};
}