nixfiles/home/apps/fileRoller.nix
2023-09-18 03:56:58 +01:00

2 lines
63 B
Nix

{pkgs, ...}: {home.packages = with pkgs; [gnome.file-roller];}