feat: librewolf configuration

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-13 18:58:54 -03:00
parent aad9dd1d45
commit 118a42745c
7 changed files with 504 additions and 1 deletions

View File

@@ -26,6 +26,11 @@
# Used for theming the OS, see modules/home-manager/theme.nix
nix-colors.url = "github:misterio77/nix-colors";
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs.nixpkgs.follows = "nixpkgs";
};
# Necessary for modules/home-manager/programs/tmux.nix
tmux-plugin-manager = {
url = "github:tmux-plugins/tpm";