nix/home: fix typo in filename

This commit is contained in:
steveej 2019-01-26 13:41:51 +01:00
parent 5add90f92e
commit 810c61216d
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
imports = [
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
];
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.txt;
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.nix;
nixpkgs.config = {
allowBroken = false;