1
Fork 0

Remove upkgs, add new vim keybind and ff addon

This commit is contained in:
Matei Adriel 2023-11-11 06:55:14 +01:00
commit eca258cdfc
No known key found for this signature in database
20 changed files with 152 additions and 160 deletions
modules/home-manager/firefox

View file

@ -1,5 +1,5 @@
# Allows installing web apps as desktop apps
{ lib, pkgs, config, ... }:
{ lib, config, ... }:
let cfg = config.programs.firefox.apps;
in
{