Skip to content

mcapell/home-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 

Repository files navigation

Home manager managed by Nix

How to use this repository

  1. Install Nix:

    https://nixos.org/download

  2. Install home manager:

    nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz home-manager
    nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs
    nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
    nix-channel --update
    nix-shell '<home-manager>' -A install
  3. Download this repository, and run home manager:

    NIXPKGS_ALLOW_UNFREE="1" home-manager switch

One-time configurations

There are some configurations that are device-specific and can't be checked on this repository.

Local git configuration

Create a ~/.gitconfig.local file, with the following content:

```gitconfig
[user]
    name = Marc
    email = marc@example.com
    signingkey = <key id>
```

About

Setup workstation using Nix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors