/nix-config

mahmoudk1000's nixos configuration

Primary LanguageNix

awesomewm desktop screenshot

built with nix

NixOS System Configurations

Welcome to nix configuration! This repository contains my NixOS system configurations and dotfiles.

I am no Nix expert.

Setup

My nix configurations runs flakes and home-manager. And it's meant mainly only for my laptop.

  1. Clone config repo
git clone https://github.com/mahmoudk1000/nix-config.git ~/.config/nixpkgs
  1. Install (labbi is the only profile I have atm.)
sudo nixos-rebuild switch --flake '.#labbi'

Credits

nerdypepper Most thanks goes to you. I have built my config based on yours :)

JavaCafe01