mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
nixdirfmt!
This commit is contained in:
parent
bfdd94bf7e
commit
ad1faf2f24
18 changed files with 151 additions and 166 deletions
|
|
@ -1,7 +1,3 @@
|
|||
{ ... }:
|
||||
let sources = import ../../../../nix/sources.nix;
|
||||
in {
|
||||
imports = [
|
||||
(sources.tf-nix + "/modules/home/secrets.nix")
|
||||
];
|
||||
}
|
||||
{ ... }:
|
||||
let sources = import ../../../../nix/sources.nix;
|
||||
in { imports = [ (sources.tf-nix + "/modules/home/secrets.nix") ]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue