add new packages

This commit is contained in:
Osman Faruk Bayram 2025-11-30 14:47:21 +03:00
parent cc7096662e
commit c83209886a

View file

@ -88,6 +88,10 @@ in
(lib.mkIf cfg.desktopEnvironment.niri.enable { (lib.mkIf cfg.desktopEnvironment.niri.enable {
# is this it? # is this it?
programs.niri.enable = true; programs.niri.enable = true;
environment.systemPackages = with pkgs; [
fuzzel
swww
];
}) })
# Hyprland desktop environment # Hyprland desktop environment