2 lines
77 B
Nix
2 lines
77 B
Nix
|
{ config, pkgs, ... }: { home.packages = with pkgs; [ gnome.file-roller ]; }
|