Compare commits

..

2 commits

Author SHA1 Message Date
Aria Nolan c76fcd1ee5 added todo list 2024-02-17 11:49:17 -05:00
Aria Nolan ff948fdd89 added textbook folder to syncthing 2024-02-17 11:47:47 -05:00
2 changed files with 9 additions and 0 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# TODO
- Add NetworkManager mullvad vpn configs
- Flesh out nixvim
- Reformat nixos-common module (its getting messy)

View file

@ -115,6 +115,10 @@
id = "homework"; id = "homework";
devices = ["bicep" "jwst" "echo"]; devices = ["bicep" "jwst" "echo"];
}; };
"/data/textbooks" = {
id = "textbooks";
devices = ["bicep" "jwst" "echo"];
};
}; };
}; };
}; };