https://github.com/parazeeknova/nix-config
Mutable flakes for nix environment using home-manager
https://github.com/parazeeknova/nix-config
dotfiles home-manager-config nix-flake nixos nixos-configuration
Last synced: 10 months ago
JSON representation
Mutable flakes for nix environment using home-manager
- Host: GitHub
- URL: https://github.com/parazeeknova/nix-config
- Owner: parazeeknova
- Created: 2024-06-23T12:55:21.000Z (over 1 year ago)
- Default Branch: stable
- Last Pushed: 2024-06-27T18:40:45.000Z (over 1 year ago)
- Last Synced: 2025-01-18T02:15:36.213Z (12 months ago)
- Topics: dotfiles, home-manager-config, nix-flake, nixos, nixos-configuration
- Language: Nix
- Homepage:
- Size: 18.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# NixOS configuration - WIP
> [!NOTE]
> This repository contains my NixOS configuration files. I'm still learning NixOS, so this repository is a work in progress. Contains NVIDIA drivers, Hyprland WM (wayland), Virtualization, and more.
> [!CAUTION]
> :warning: Make sure to backup your existing configuration files before proceeding with the installation. Modifying your NixOS configuration can have unintended consequences and may render your system unusable if not done correctly. It is recommended to test any changes in a virtual machine or non-production environment first.
Once you are ready, run the following command to apply the configuration changes:
```sh
sudo nixos-rebuild switch --flake .
```
For more information on NixOS configuration, refer to the [official documentation](https://nixos.org/manual/).