nixfiles/home/apps/fileRoller.nix

2 lines
63 B
Nix
Raw Normal View History

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