cig0 / nixpkgs-config

~/.config/nixpkgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nixpkgs-config

My home nixos configuration

mkdir -p ~/.config/
git clone git@github.com:jonringer/nixpkgs-config.git ~/.config/nixpkgs

if running this on a remote machine, change the value of the withGUI specialArg

...
extraSpecialArgs = {
  withGUI = false;
};

To apply changes:

$ home-manager switch --flake .#<configuration>

About

~/.config/nixpkgs


Languages

Language:Nix 100.0%