Welcome to nix configuration! This repository contains my NixOS system configurations and dotfiles
I am no Nix expert.
My nix configurations runs flakes and home-manager. And it's meant mainly only for my laptop.
- Clone config repo
git clone https://github.com/mahmoudk1000/nix-config.git ~/.config/nixpkgs
- Install (labbi is the only profile I have atm.)
sudo nixos-rebuild switch --flake '.#labbi'
nerdypepper Most thanks goes to you. I have built my config based on yours :)