nix: firefox

This commit is contained in:
js0ny 2025-10-13 00:34:14 +01:00
parent 39eabd9c51
commit c82f504385
9 changed files with 299 additions and 12 deletions

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
home.packages = with pkgs; [
kitty
ghostty
@ -25,5 +26,8 @@
vivaldi
kdePackages.kdeconnect-kde
picard
qutebrowser
ryubing
qbittorrent
];
}