Files
LillyOS/modules/packages.nix
2026-01-05 04:04:42 +01:00

13 lines
170 B
Nix

{ pkgs, ...}:
{
environment.systemPackages = with pkgs; [
firefoxpwa
hyprpolkitagent
hypridle
hyprpicker
lsb-release
papirus-icon-theme
];
}