config: Initialize librewolf
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
01296dcc57
commit
7925974e42
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
./starship.nix
|
||||
./zellij.nix
|
||||
./firefox.nix
|
||||
./librewolf.nix
|
||||
./cli.nix
|
||||
./mpv.nix
|
||||
./ssh.nix
|
||||
|
|
5
home-manager/librewolf.nix
Normal file
5
home-manager/librewolf.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
programs.librewolf = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue