chore(nix/deps): NUR for firefox extensions

This commit is contained in:
Ahmad Ansori Palembani 2024-11-05 13:17:20 +07:00
parent be06d69dd6
commit 356e9cdfe8
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
8 changed files with 56 additions and 21 deletions

View file

@ -6,8 +6,8 @@
# REF: https://github.com/nix-community/home-manager/blob/342a1d682386d3a1d74f9555cb327f2f311dda6e/modules/programs/firefox/mkFirefoxModule.nix#L264
package = null; # we only want the config
profiles.${config.home.username} = {
id = 0;
isDefault = true;
id = 0;
isDefault = true;
};
};
}