added fish confgis
This commit is contained in:
parent
f44a11d602
commit
283d1de8e0
2 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,6 @@ in {
|
||||||
plugins = [
|
plugins = [
|
||||||
{ name = "grc"; src = pkgs.fishPlugins.grc.src; }
|
{ name = "grc"; src = pkgs.fishPlugins.grc.src; }
|
||||||
{ name = "sponge"; src = pkgs.fishPlugins.sponge.src; }
|
{ name = "sponge"; src = pkgs.fishPlugins.sponge.src; }
|
||||||
# { name = "z"; src = pkgs.fishPlugins.z.src; }
|
|
||||||
{ name = "done"; src = pkgs.fishPlugins.done.src; }
|
{ name = "done"; src = pkgs.fishPlugins.done.src; }
|
||||||
{ name = "colored_man_pages"; src = pkgs.fishPlugins.colored-man-pages.src; }
|
{ name = "colored_man_pages"; src = pkgs.fishPlugins.colored-man-pages.src; }
|
||||||
{ name = "tide"; src = pkgs.fishPlugins.tide.src; }
|
{ name = "tide"; src = pkgs.fishPlugins.tide.src; }
|
||||||
|
@ -55,7 +54,7 @@ in {
|
||||||
lg = "lazygit";
|
lg = "lazygit";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
update = "sudo -p 'password: ' echo '' && sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json &| nom --json";
|
update = "sudo nixos-rebuild switch --flake \"${gitPath}#${hostname}\" --log-format internal-json &| nom --json";
|
||||||
flake = "cd '${gitPath}'";
|
flake = "cd '${gitPath}'";
|
||||||
} // cfg.extraAliases;
|
} // cfg.extraAliases;
|
||||||
};
|
};
|
||||||
|
|
|
@ -27,7 +27,7 @@ in {
|
||||||
|
|
||||||
users.users.${cfg.username} = {
|
users.users.${cfg.username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "adbusers" ];
|
extraGroups = [ "wheel" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue