An open API service indexing awesome lists of open source software.

https://github.com/randomicecube/gaspafiles

My NixOS dotfiles
https://github.com/randomicecube/gaspafiles

dotfiles nixos vim

Last synced: about 1 month ago
JSON representation

My NixOS dotfiles

Awesome Lists containing this project

README

          

# gaspafiles

My Linux configurations, for machines running NixOS. Inspired by the work of:

- [@RageKnify](https://github.com/RageKnify)
- [@diogotcorreia](https://github.com/diogotcorreia)
- [@luishfonseca](https://github.com/luishfonseca)
- [@carjorvaz](https://github.com/carjorvaz)

Since I'm using flakes, the build process should be done via `nixos-rebuild switch --flake /path/to/flake.nix`.

**Relevant notes**:

- While cloning, use flags `-b ` and `--recursive`, in order to clone the submodules utilized in this repo.
- Upon building the system, remove the `~/.config/user-dirs.dirs` folder.
- Don't forget to copy the `hardware-configuration.nix` file to `hosts//hardware.nix`!

If anything goes wrong, it's always good to take a look at what happened through `journalctl` - go to a TTY and run `journalctl -e`.