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

6 lines
89 B
Nix
Raw Normal View History

{ ...}: {
2024-04-13 13:43:59 +02:00
imports =
[(import ./default.nix)]
++ [ (import ./steam.nix) ];
2024-04-13 13:43:59 +02:00
}