feat: add librewolf

This commit is contained in:
tux
2025-02-11 23:50:42 +05:30
parent 4ed16fb28f
commit 38f48a5a47
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
../../modules/home-manager/desktop/rofi
../../modules/home-manager/barrier
../../modules/home-manager/firefox
../../modules/home-manager/librewolf
../../modules/home-manager/kdeconnect
../../modules/home-manager/vs-code
../../modules/home-manager/mopidy

View File

@ -0,0 +1,5 @@
{...}: {
programs.librewolf = {
enable = true;
};
}