8000 GitHub - cig0/nixpkgs-config: ~/.config/nixpkgs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cig0/nixpkgs-config

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%
0