Skip to content

aylax/desktop

Repository files navigation

aylax’s desktop

The repo used to create a desktop context by nixos.

install

git clone https://github.com/aylax/desktop.git

usage

basic operation on nixos.

nix-shell # shell context
bud help # display bud commands
bud rebuild lethub switch # rebuild hostname
bud home switch aylax@lethub # home-switch user@hostname

upload exported public pgp key to trusted server.

gpg --full-generate-key # gen secret key
gpg --list-secret-keys # list keys
gpg --armor --export [PUB] # export public key

refs & thanks

license

BSD-3-Clause © aylax