nix-config/modules/system_pkgs/default.nix

7 lines
122 B
Nix

{
# Packages that *need* to be installed on a system
# and not a user level qwq
imports = [
./steam.nix
];
}