figsoda / cfg

My NixOS configuration featuring awesome and neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfg

NixOS configuration featuring awesome and neovim

Installation

# mount /dev/disk/by-label/nixos /mnt
# mkdir /mnt/boot
# mount /dev/disk/by-label/BOOT /mnt/boot
# swapon /dev/disk/by-label/swap
# nixos-generate-config --root /mnt
# rm /mnt/etc/nixos/configuration.nix
# git clone https://github.com/figsoda/cfg
# cp -r cfg/{src,flake.*} /mnt/etc/nixos
# nixos-install --flake /mnt/etc/nixos#nixos --no-channel-copy
# reboot

# passwd figsoda

$ git clone https://github.com/figsoda/cfg
$ cfg/install
$ secret-tool store github git --label github-token

About

My NixOS configuration featuring awesome and neovim

License:The Unlicense


Languages

Language:Lua 55.1%Language:Nix 40.8%Language:Vim Script 2.9%Language:Shell 1.2%Language:CSS 0.0%