https://github.com/figsoda/cfg
My NixOS configuration featuring awesome and neovim
https://github.com/figsoda/cfg
awesomewm config dotfiles fish flake flakes neovim nix nixos nvim rofi vim
Last synced: 14 days ago
JSON representation
My NixOS configuration featuring awesome and neovim
- Host: GitHub
- URL: https://github.com/figsoda/cfg
- Owner: figsoda
- License: unlicense
- Created: 2020-09-12T23:50:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T18:26:58.000Z (about 1 month ago)
- Last Synced: 2025-04-09T15:06:05.640Z (14 days ago)
- Topics: awesomewm, config, dotfiles, fish, flake, flakes, neovim, nix, nixos, nvim, rofi, vim
- Language: Lua
- Homepage:
- Size: 1.92 MB
- Stars: 84
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfg
NixOS configuration featuring [awesome](https://github.com/awesomewm/awesome) and [neovim](https://github.com/neovim/neovim)

## Installation
```ShellSession
# 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
```