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
- Host: GitHub
- URL: https://github.com/randomicecube/gaspafiles
- Owner: randomicecube
- Created: 2021-07-22T16:41:53.000Z (almost 5 years ago)
- Default Branch: nixos
- Last Pushed: 2025-02-18T13:17:12.000Z (over 1 year ago)
- Last Synced: 2025-04-11T02:28:08.509Z (about 1 year ago)
- Topics: dotfiles, nixos, vim
- Language: Nix
- Homepage:
- Size: 32.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.