firefox: add addons per nix

This commit is contained in:
DashieTM 2024-05-25 14:26:39 +02:00
parent 1f76c7359e
commit a5226f566e
14 changed files with 422 additions and 241 deletions

View file

@ -15,7 +15,6 @@ in
home.packages = with pkgs; [
vesktop
kitty
firefox
fish
ripgrep
rm-improved
@ -49,6 +48,7 @@ in
greetd.regreet
sops
flake-checker
ffmpeg
(callPackage
../override/streamdeck.nix
{ })
@ -63,8 +63,11 @@ in
programs.oxidash.enable = true;
programs.oxishut.enable = true;
programs.oxipaste.enable = true;
programs.hyprdock.enable = true;
programs.reset.enable = true;
nixpkgs.config.allowUnfree = true;
home.username = "dashie";
home.homeDirectory = "/home/dashie";
home.stateVersion = "24.05";