mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-29 12:12:19 +00:00
Compare commits
No commits in common. "296580863178a5bd5583108acac606bd7240b878" and "3c3dbc4e21fe4abf7c55bf4bd578c12458b3f5bd" have entirely different histories.
2965808631
...
3c3dbc4e21
3 changed files with 0 additions and 16 deletions
|
@ -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; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
10
home/doc.nix
10
home/doc.nix
|
@ -1,10 +0,0 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
./global
|
||||
];
|
||||
|
||||
# packages
|
||||
home.packages = with pkgs; [
|
||||
|
||||
];
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue