Compare commits

..

No commits in common. "296580863178a5bd5583108acac606bd7240b878" and "3c3dbc4e21fe4abf7c55bf4bd578c12458b3f5bd" have entirely different histories.

3 changed files with 0 additions and 16 deletions

View file

@ -83,11 +83,6 @@
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs; };
};
"john@doc" = lib.homeManagerConfiguration {
modules = [ ./home/doc.nix ];
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs; };
};
};
};
}

View file

@ -1,10 +0,0 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [
./global
];
# packages
home.packages = with pkgs; [
];
}

View file

@ -14,7 +14,6 @@
babelfish # Lets fish speak bash
bottom # Prettier top
dig # DNS lookup
dos2unix # Convert DOS line endings to UNIX
gh # Github CLI
httpie # Better curl
jq # JSON pretty printer and manipulator