cleanup
This commit is contained in:
parent
8526975eaf
commit
fe2fb8cc58
@ -190,7 +190,7 @@
|
||||
repos = [
|
||||
{
|
||||
repo = "https://gitlab.com/vojko.pribudic/pre-commit-update";
|
||||
rev = "b7da6528a10087d485530e3f335bb2914b05c13e";
|
||||
rev = "2d784f3bebf8a39417b70e77062135e3282f1181";
|
||||
hooks = [
|
||||
{
|
||||
id = "pre-commit-update";
|
||||
|
@ -1,15 +1,8 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
imports = [
|
||||
./git.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
programs.starship.enable = true;
|
||||
|
||||
}
|
||||
|
@ -1,3 +1 @@
|
||||
{
|
||||
programs.starship.enable = true;
|
||||
}
|
||||
{ programs.starship.enable = true; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user