Welcome to the NixOS Configuration repository! This repository contains my personal configuration file for setting up and managing my NixOS system.
- UEFI: Offers support for UEFI only.
- NVIDIA: Includes the open-source Nvidia Drivers.
- Hyprland: This config file is mainly focused around Hyprland with some of my personal programs.
Follow these steps to install the configuration from the CLI version of NixOS. This guide assumes you do not have git installed yet.
- Minimal NixOS Installer: Ensure you have the minimal NixOS installer booted up. You can download it from the NixOS download page.
- Internet Connection: Make sure you have an active internet connection.
-
Temporarily install GIT:
nix-shell -p git
-
Delete the old configuration file:
sudo rm /etc/nixos/configuration.nix
-
Clone your GitHub repository:
git clone https://github.com/OpusNano/configuration.nix.git
-
Navigate to the repository directory:
cd configuration.nix -
Copy the new configuration file to the appropriate directory**:
sudo cp configuration.nix /etc/nixos/configuration.nix
-
Rebuild the system to apply the changes:
sudo nixos-rebuild switch