chore: routine maintenance
This commit is contained in:
parent
c45ba82b90
commit
c7743490a7
75 changed files with 1200 additions and 634 deletions
|
|
@ -1,9 +1,17 @@
|
|||
{ osConfig, pkgs, ... }:
|
||||
{
|
||||
osConfig,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
shellAlias = import ./shellAlias.nix { hostname = osConfig.networking.hostName; };
|
||||
remoteRebuld = pkgs.callPackage ../scripts/remoteRebuild.nix { };
|
||||
remoteRebuld = import ../scripts/remoteRebuild.nix { inherit osConfig config pkgs; };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./shellAlias.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Shell
|
||||
grc
|
||||
|
|
@ -34,7 +42,6 @@ in
|
|||
src = pkgs.fishPlugins.hydro.src;
|
||||
}
|
||||
];
|
||||
shellAliases = shellAlias;
|
||||
};
|
||||
|
||||
bash = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue