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