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

docs: add spoiler and top image

+10 -3
.github/images/spotify.png

This is a binary file and will not be displayed.

+9 -3
README.md
··· 1 1 # Kieran's Dots 2 2 3 + ![spotify with cava next to it](.github/images/spotify.png) 4 + 3 5 > [!CAUTION] 4 6 > 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. 5 7 ··· 30 32 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) 31 33 32 34 ## Screenshots 33 - ![the github page of this repo](.github/images/github.png) 34 - ![nautilus file manager](.github/images/nautilus.png) 35 - ![neofetch](.github/images/neofetch.png) 35 + <details> 36 + <summary>I've stuck the rest of the screenshots in a spoiler to preserve space</summary> 37 + 38 + ![the github page of this repo](.github/images/github.png) 39 + ![nautilus file manager](.github/images/nautilus.png) 40 + ![neofetch](.github/images/neofetch.png) 41 + <details> 36 42 37 43 ## Credits 38 44
+1
moonlark/configuration.nix
··· 97 97 pkgs.github-desktop 98 98 pkgs.udiskie 99 99 pkgs.neofetch 100 + pkgs.cava 100 101 ]; 101 102 102 103 services.gnome.gnome-keyring.enable = true;