Update README.md for NixOS

This commit is contained in:
2023-04-16 21:26:19 +01:00
parent 208e9edf02
commit afb6aafb7d

View File

@ -1,17 +1,17 @@
# Dotfiles # Dotfiles
User configuration for Arch Linux based systems. System and user configuration for NixOS based systems.
| | | | | |
|-|-| |-|-|
| **Shell:** | zsh | | **Shell:** | zsh |
| **WM:** | sway | | **DE:** | GNOME |
| **Theme:** | [Nova](https://git.vimium.com/jordan/gtk-nova-theme) [GTK2/3] | | **Theme:** | adwaita |
| **Terminal:** | kitty | | **Terminal:** | gnome-console |
## Quick start ## Quick start
1. Copy SSH keypair and `known_hosts` to `~/.ssh` 1. Copy SSH keypair and `known_hosts` to `~/.ssh`
1. Import GPG keys and set ultimate trust with `echo "KEYID:6:" | gpg --import-ownertrust` 1. Import GPG keys and set ultimate trust with `echo "KEYID:6:" | gpg --import-ownertrust`
1. `git clone git@git.vimium.com:jordan/dotfiles.git projects/dotfiles` 1. `git clone git@git.vimium.com:jordan/dotfiles.git projects/jordan/dotfiles`
1. `./install` 1. `sudo nixos-rebuild switch --flake .#`