Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T01:51:31.000Z (about 2 months ago)
- Last Synced: 2024-09-27T13:41:05.457Z (about 1 month ago)
- Topics: awesomewm, config, dotfiles, fish, flake, flakes, neovim, nix, nixos, nvim, rofi, vim
- Language: Lua
- Homepage:
- Size: 1.93 MB
- Stars: 77
- 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)
![](https://user-images.githubusercontent.com/40620903/232329160-f3b4ff47-185a-4b4b-ad5f-ad1720e2dbc9.png)
## 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
```