dotfiles/hosts/thinkpad/apps/office.nix

6 lines
76 B
Nix
Executable file

{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
];
}