Add firefox and move wofi to hyprland config

This commit is contained in:
2026-01-16 22:02:41 +01:00
parent dcb0ea1961
commit 25acaf1a43
3 changed files with 13 additions and 6 deletions

7
programs/firefox.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.firefox = {
enable = true;
};
}