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

View File

@@ -1,6 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
wofi
];
wayland.windowManager.hyprland = {
enable = true;