nixos-config/modules/home/default.desktop.nix

5 lines
89 B
Nix

{ ...}: {
imports =
[(import ./default.nix)]
++ [ (import ./steam.nix) ];
}