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

docs: add screenshots

+6
.github/images/github.png

This is a binary file and will not be displayed.

.github/images/nautilus.png

This is a binary file and will not be displayed.

.github/images/neofetch.png

This is a binary file and will not be displayed.

+5
README.md
··· 29 29 16. Change the config permissions: `sudo chown -R $(id -un):users ~/etc/nixos`, `sudo chown kierank -R ~/etc/nixos`, and `sudo chown kierank -R ~/etc/nixos/.*` 30 30 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 31 32 + ## 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) 36 + 32 37 ## Credits 33 38 34 39 Thanks a bunch to the following people for their dots, configs, and general inspiration which i've shamelessly stolen from:
+1
moonlark/configuration.nix
··· 96 96 }) 97 97 pkgs.github-desktop 98 98 pkgs.udiskie 99 + pkgs.neofetch 99 100 ]; 100 101 101 102 services.gnome.gnome-keyring.enable = true;