This commit is contained in:
Richie Cahill 2024-04-19 13:51:48 -04:00
parent 8526975eaf
commit fe2fb8cc58
3 changed files with 2 additions and 11 deletions

View File

@ -190,7 +190,7 @@
repos = [
{
repo = "https://gitlab.com/vojko.pribudic/pre-commit-update";
rev = "b7da6528a10087d485530e3f335bb2914b05c13e";
rev = "2d784f3bebf8a39417b70e77062135e3282f1181";
hooks = [
{
id = "pre-commit-update";

View File

@ -1,15 +1,8 @@
{
pkgs,
lib,
...
}: let
inherit (lib) mkIf;
in {
imports = [
./git.nix
./zsh.nix
];
programs.starship.enable = true;
}

View File

@ -1,3 +1 @@
{
programs.starship.enable = true;
}
{ programs.starship.enable = true; }