some helix changes but mainly removing a user

This commit is contained in:
cnst
2024-09-04 15:35:27 +02:00
parent fcbd868789
commit 52e3b73c6d
23 changed files with 421 additions and 179 deletions

View File

@@ -37,6 +37,7 @@
clang-tools
marksman
pyright
nodePackages_latest.intelephense
# Formatters
alejandra

View File

@@ -16,6 +16,7 @@ in {
pkgs.ripgrep
pkgs.fd
pkgs.beekeeper-studio
pkgs.gnused
];
};
}

View File

@@ -1,9 +0,0 @@
{
environment.variables.FLAKE = "/home/adam/.nix-config";
programs = {
nh = {
enable = true;
flake = "/home/adam/.nix-config";
};
};
}