Skip to content

An example of how to instantiate home-manager using flakes without using NixOS flakes.

Notifications You must be signed in to change notification settings

jamesbucher/home-manager-non-nixos-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

This is a simple flake configuration for home-manager that can be used independently of NixOS. Normally one calls home-manager flakes from the root NixOS flake to setup all users. However this isn't desired if you want to for example just configure the user without running as root.

How to use this

You can run:

nix build --show-trace .#defaultPackage.x86_64-linux

in this repository to build the activation package for the given home-manager session.

About

An example of how to instantiate home-manager using flakes without using NixOS flakes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages