before upgrade?

This commit is contained in:
Till 2025-03-19 16:15:29 +01:00
parent 133eee5975
commit 3e8d9e6b84
9 changed files with 46 additions and 14 deletions

5
home/librewolf.nix Normal file
View file

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