home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 422342d58667301f03652f26dc350867dcead512
parent af8a52616fae84e340016463ae66ca70d6a0d031
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 26 May 2020 14:19:38 +0200

systems: useUserPackages on hokkaido for h-m

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hokkaido.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hokkaido.nix b/systems/hokkaido.nix @@ -24,6 +24,7 @@ in }; # FIXME move this away + home-manager.useUserPackages = true; home-manager.users.vincent = { pkgs, ... }: { imports = [ # Default profile with default configuration