nixfiles/home/apps/file-roller.nix
ChaotiCryptidz bcb21924e8 yell
2022-02-02 15:49:09 +00:00

2 lines
77 B
Nix

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