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

docs: add screenshots

Changed files
+6
.github
moonlark
.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
···
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/.*`
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)
## Credits
Thanks a bunch to the following people for their dots, configs, and general inspiration which i've shamelessly stolen from:
···
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/.*`
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)
+
## Credits
Thanks a bunch to the following people for their dots, configs, and general inspiration which i've shamelessly stolen from:
+1
moonlark/configuration.nix
···
})
pkgs.github-desktop
pkgs.udiskie
];
services.gnome.gnome-keyring.enable = true;
···
})
pkgs.github-desktop
pkgs.udiskie
+
pkgs.neofetch
];
services.gnome.gnome-keyring.enable = true;