Added nix-output-monitor to home manager
This commit is contained in:
13
home/shell/nix-output-monitor.nix
Normal file
13
home/shell/nix-output-monitor.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nix-output-monitor
|
||||||
|
];
|
||||||
|
|
||||||
|
home.shellAliases = {
|
||||||
|
"nix build" = "nom build";
|
||||||
|
"nix shell" = "nom shell";
|
||||||
|
"nix develop" = "nom develop";
|
||||||
|
"nix-build" = "nom-build";
|
||||||
|
"nix-shell" = "nom-shell";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user