2 lines
74 B
Nix
2 lines
74 B
Nix
|
{ config, pkgs, ... }: { home.packages = with pkgs; [ gnome.nautilus ]; }
|