Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

59 lines (33 loc) · 1.01 KB

Dotfiles

A Configuration for Each Distro/OS

Features

  • Nix Flake Templates with Devenv.
  • Editor Configurations for VsCode and Nvim.
  • HomeBrew installed for MacOS Applications that are not on Nix.
  • Modularity like setup with ability to disable a program easily.
  • Support for Different Hosts Easily And More.

Installing

Note

NixOS is coming very soon

Macos

  1. Download this folder and move it to .dotfiles

  2. Download Nix | https://nixos.org/download/

  3. Build the configuration using:

nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake ~/.dotfiles/

Rebuilding

Macos

use the following command to rebuild the configuration:

nix-rebuild  

if this shell alias is not working, use the following command:

darwin-rebuild switch --flake ~/.dotfiles --verbose |& nom

Documentation

Updating

A Simple update can be done by running: nix flake update