mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: add librewolf
This commit is contained in:
@ -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
|
||||
|
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