nixos-config/modules/user/steam/default.nix

5 lines
103 B
Nix
Raw Permalink Normal View History

2024-09-06 19:35:15 +02:00
{ ... }:
{
home.file.".config/autostart/steam.desktop".source = ../../../dotfiles/steam.desktop;
}