Skip to content

Mutable flakes for nix environment using home-manager

Notifications You must be signed in to change notification settings

parazeeknova/nix-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

⚠️ 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:

sudo nixos-rebuild switch --flake .

For more information on NixOS configuration, refer to the official documentation.