This commit is contained in:
Hadi 2024-04-20 00:39:15 +02:00
parent 52ccccc2d9
commit 3fe07d3ba5
2 changed files with 2 additions and 19 deletions

2
.gitignore vendored
View File

@ -0,0 +1,2 @@
.sops.yaml
todolist.md

View File

@ -162,22 +162,3 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos
```sh ```sh
sudo nixos-rebuild switch --flake ~/.config/nixos#nixy sudo nixos-rebuild switch --flake ~/.config/nixos#nixy
``` ```
## TODOLIST
<details>
<summary>Click to expand</summary>
- [ ] Variable user & homeDir
- [ ] Custom GTK based on the colorscheme
- [ ] Obsidian.nvim on every markdown file
- [ ] Make hyprcursor working
- [ ] Secret variables in my config (Private bookmarks)
- [ ] Notif system
- [ ] Notify when battery is plugged/unplugged
- [ ] Notify when battery is low (system replace)
- [ ] Notify when battery is full
- [ ] Notify when USB key is plugged
- [ ] Notify when USB key is unplugged
</details>