dotfiles/hosts/thinkpad/apps/graphics.nix

7 lines
69 B
Nix

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