Separate web configurations

This commit is contained in:
Nettika 2024-06-14 20:17:58 -07:00
parent 3098949f21
commit b7332b4af0
2 changed files with 5 additions and 4 deletions

4
web.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = [pkgs.firefox];
}