update: remove "essentials" folder
This commit is contained in:
parent
b7344d42ac
commit
ec195bc028
2 changed files with 1 additions and 1 deletions
9
homeManagerModules/desktopPrograms/firefox.nix
Normal file
9
homeManagerModules/desktopPrograms/firefox.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
#todo config
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
#todo make sure this on only if gnome is setup correctly
|
||||
nativeMessagingHosts = [ pkgs.gnome-browser-connector ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue