Skip to content

Provision a machine to work on the Client team at FundGuard.

Notifications You must be signed in to change notification settings

SRachamim/.config-nixpkgs

Repository files navigation

Home Configuration at FundGuard

Logo

Provision a machine to work on the Client team at FundGuard.

Tested on:

  • Fedora
  • Ubuntu
  • macOS

Install

  1. Configure the system

    sh <(curl -L https://raw.githubusercontent.com/SRachamim/.config-nixpkgs/main/configure/fedora.sh)
    
    reboot
  2. Install Nix

    Best is to use the multi-user Nix installation:

    sh <(curl -L https://nixos.org/nix/install) --daemon

    Open a new terminal and configure the Nix packages channel to use:

    nix-channel --add https://nixos.org/channels/nixpkgs-unstable
    nix-channel --update
  3. Install Home Manager and apply to the system

    Best is to use the automatic script:

    sh <(curl -L https://raw.githubusercontent.com/SRachamim/.config-nixpkgs/main/install.sh)

Upgrade

To upgrade the system, just run Topgrade, which just upgrades everything:

topgrade

What it does

About

Provision a machine to work on the Client team at FundGuard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published