formatted all files with nixfmt, added env variable to hold secrets
This commit is contained in:
@@ -1,16 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
nixpkgs,
|
||||
nixvim,
|
||||
config,
|
||||
self,
|
||||
username,
|
||||
host,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[(import ./sddm.nix)]
|
||||
++ [(import ./issue.nix)]
|
||||
++ [(import ./nix.nix)]
|
||||
++ [(import ./stylix.nix)];
|
||||
{ inputs, nixpkgs, nixvim, config, self, username, host, ... }: {
|
||||
imports = [ (import ./sddm.nix) ] ++ [ (import ./issue.nix) ]
|
||||
++ [ (import ./nix.nix) ] ++ [ (import ./stylix.nix) ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user