https://github.com/cpluspatch/dotfiles
https://github.com/cpluspatch/dotfiles
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpluspatch/dotfiles
- Owner: CPlusPatch
- License: agpl-3.0
- Created: 2025-01-08T12:17:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T00:05:29.000Z (over 1 year ago)
- Last Synced: 2025-01-19T10:16:13.643Z (over 1 year ago)
- Language: Nix
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
Collection of my personal [NixOS](https://nixos.org) configuration files.
# Installation
## Manual Installation
Here are the steps to install Versia-FE manually:
### Manual
1. Clone the repository.
```bash
git clone https://github.com/CPlusPatch/dotfiles.git
```
2. Deploy using NixOS.
# Development
You can use the following command to check the configuration files for errors:
```bash
nix flake check
```
# License
This project is licensed under the AGPL 3.0 - see the [LICENSE](LICENSE) file for details.
# Acknowledgments
## People
- [**Linus Groh**](https://github.com/linusg): I stole his configuration files and modified them to my liking.