added reading of cards from data for template started migrating configs to all nix
This commit is contained in:
parent
25f70e849b
commit
60f28672d3
15 changed files with 646 additions and 46 deletions
11
.config/nix/.gitignore.nix
Normal file
11
.config/nix/.gitignore.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs }:
|
||||
|
||||
let
|
||||
createDotGitignore = content: pkgs.writeText ".gitignore" content;
|
||||
in
|
||||
createDotGitignore ''
|
||||
/target
|
||||
/node_modules
|
||||
.direnv
|
||||
result
|
||||
''
|
||||
Loading…
Add table
Add a link
Reference in a new issue