formatted all files with nixfmt, added env variable to hold secrets
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{...}: {
|
||||
imports =
|
||||
[(import ./steam.nix)]
|
||||
++ [(import ./gaming_pkgs.nix)];
|
||||
{ ... }: {
|
||||
imports = [ (import ./steam.nix) ] ++ [ (import ./gaming_pkgs.nix) ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user