mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 13:26:34 +05:30
feat: add librewolf
This commit is contained in:
@ -14,6 +14,7 @@
|
|||||||
../../modules/home-manager/desktop/rofi
|
../../modules/home-manager/desktop/rofi
|
||||||
../../modules/home-manager/barrier
|
../../modules/home-manager/barrier
|
||||||
../../modules/home-manager/firefox
|
../../modules/home-manager/firefox
|
||||||
|
../../modules/home-manager/librewolf
|
||||||
../../modules/home-manager/kdeconnect
|
../../modules/home-manager/kdeconnect
|
||||||
../../modules/home-manager/vs-code
|
../../modules/home-manager/vs-code
|
||||||
../../modules/home-manager/mopidy
|
../../modules/home-manager/mopidy
|
||||||
|
5
modules/home-manager/librewolf/default.nix
Normal file
5
modules/home-manager/librewolf/default.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{...}: {
|
||||||
|
programs.librewolf = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user