Kieran's opinionated (and probably slightly dumb) nix config

docs: add spoiler and top image

Changed files
+10 -3
.github
images
moonlark
.github/images/spotify.png

This is a binary file and will not be displayed.

+9 -3
README.md
···
# Kieran's Dots
+
![spotify with cava next to it](.github/images/spotify.png)
+
> [!CAUTION]
> These dots are highly prone to change / breakage. I am not a nix os expert (this is my first time touching nix), so I'm not sure if this will work or not. I'm just trying to get my dots up on github. If you have any suggestions, please let me know.
···
17. Setup the fingerprint reader with `sudo fprintd-enroll -f right-index-finger kierank` and then verify it worked with `sudo fprintd-verify kierank` (you may need to swipe your finger across the fingerprint sensor instead of simply laying it there)
## Screenshots
-
![the github page of this repo](.github/images/github.png)
-
![nautilus file manager](.github/images/nautilus.png)
-
![neofetch](.github/images/neofetch.png)
+
<details>
+
<summary>I've stuck the rest of the screenshots in a spoiler to preserve space</summary>
+
+
![the github page of this repo](.github/images/github.png)
+
![nautilus file manager](.github/images/nautilus.png)
+
![neofetch](.github/images/neofetch.png)
+
<details>
## Credits
+1
moonlark/configuration.nix
···
pkgs.github-desktop
pkgs.udiskie
pkgs.neofetch
+
pkgs.cava
];
services.gnome.gnome-keyring.enable = true;