push
This commit is contained in:
11
modules/software/librewolf.nix
Normal file
11
modules/software/librewolf.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
den.aspects.librewolf = {
|
||||
homeManager = { pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
librewolf
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user