Files
dotfiles/config/nixos/packages/workstation/default.nix

9 lines
86 B
Nix

{ ... }:
{
imports = [
./steam.nix
./1password.nix
./flatpak.nix
];
}