home

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

commit 8eef888798e2fe182f43e272f223d13e403d6f7c
parent d6975cd1b0acb703d1d437d7e87755dc5e2659be
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jun 2020 11:46:52 +0200

users/vincent/dev: fix imports 😅

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

Diffstat:
Musers/vincent/dev/default.nix | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/users/vincent/dev/default.nix b/users/vincent/dev/default.nix @@ -2,11 +2,11 @@ { imports = [ - emacs.nix - go.nix - python.nix - mr.nix - nix.nix + ./emacs.nix + ./go.nix + ./python.nix + ./mr.nix + ./nix.nix ]; home.extraOutputsToInstall = [ "doc" "info" "devdoc" ];