Update
This commit is contained in:
53
docs/TODO.md
53
docs/TODO.md
@@ -1,31 +1,30 @@
|
||||
# Todolist
|
||||
|
||||
feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||
|
||||
- [ ] Nixy script v2 (with nixosConfiguration's name variable)
|
||||
- [ ] Installation script
|
||||
# Todolist
|
||||
|
||||
feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||
|
||||
- [ ] Nixy script v2 (with nixosConfiguration's name variable)
|
||||
- [ ] Installation script
|
||||
- [ ] Themes
|
||||
- [ ] Upload new wallpapers
|
||||
- [ ] MacOS theme
|
||||
- [ ] Make hyprcursor work
|
||||
- [ ] Homepage (web) v2
|
||||
- [ ] Compile the sveltejs project
|
||||
- [ ] Different link on web/mobile (so it can open ios/android apps)
|
||||
- [ ] Upload new wallpapers
|
||||
- [ ] MacOS theme
|
||||
- [ ] Make hyprcursor work
|
||||
- [ ] Homepage (web) v2
|
||||
- [ ] Compile the sveltejs project
|
||||
- [ ] Different link on web/mobile (so it can open ios/android apps)
|
||||
- [ ] Test services ? (ping)
|
||||
- [ ] Manifest & favicon
|
||||
- [ ] Nixvim
|
||||
- [ ] Nerdfont pluggins to search and paste in the code
|
||||
- [ ] Telescope shortcut for file content
|
||||
- [ ] Markdown snippets
|
||||
- [ ] Make whichkey better
|
||||
- [ ] Backup system for some folders ($home/dev, $home/pictures, ...)
|
||||
- [ ] Exclude file pattern (nodes modules, ...)
|
||||
- [ ] Nextcloud exclude file pattern (nodes modules, ...)
|
||||
- [ ] Automount USB Key (And notify-send when it's done)
|
||||
- [ ] Usb security for laptop & server, variable in variables.nix, disable for guest
|
||||
- [ ] Bitcoin-git
|
||||
- [ ] server fetch
|
||||
- [ ] Remote push
|
||||
- [ ] Manifest & favicon
|
||||
- [ ] Nixvim
|
||||
- [ ] Nerdfont pluggins to search and paste in the code
|
||||
- [ ] Telescope shortcut for file content
|
||||
- [ ] Markdown snippets
|
||||
- [ ] Make whichkey better
|
||||
- [ ] Backup system for some folders ($home/dev, $home/pictures, ...)
|
||||
- [ ] Exclude file pattern (nodes modules, ...)
|
||||
- [ ] Nextcloud exclude file pattern (nodes modules, ...)
|
||||
- [ ] Automount USB Key (And notify-send when it's done)
|
||||
- [ ] Usb security for laptop & server, variable in variables.nix, disable for guest
|
||||
- [ ] Bitcoin-git
|
||||
- [ ] server fetch
|
||||
- [ ] Remote push
|
||||
- [ ] Ntfy auth file
|
||||
- [ ] Uptime kuma or alt
|
||||
- [ ] Tailscale variable
|
||||
@@ -25,4 +25,5 @@ variables=$(echo "$variables" | sed 's/hadi/your_username/')
|
||||
variables=$(echo "$variables" | sed 's/Hadi/your_username/')
|
||||
variables=$(echo "$variables" | sed 's/sops = true/sops = false/')
|
||||
variables=$(echo "$variables" | sed 's/obsidian = true/obsidian = false/')
|
||||
variables=$(echo "$variables" | sed 's/tailscale = true/tailscale = false/')
|
||||
echo "$variables" >"$GUEST_CONFIG/variables.nix"
|
||||
|
||||
Reference in New Issue
Block a user