Skip to content

HinnyTsang/system-configuration

Repository files navigation

System configuration

Simple system configuration using Nix. With nix, the system configuration is declarative and reproducible.

Installation

  1. Install nix and build required packages with home-manager.

    ./scripts/install-nix.sh

Update home packages

Update the home.nix file and run the following command to update the packages.

./scripts/update.sh

Update nix config

Open /etc/nix/nix.conf and add the following line to enable the binary cache and flake.

experimental-features = nix-command flakes
keep-derivations = true
keep-outputs = true

Windows configurations

Install windows terminal & set up oh-my-posh link.

Config themes, material theme is recommended personally.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published