removed scripts for adding and removing packages from config files, and also removed the nixcommit/nixpush commands

This commit is contained in:
pagedmov
2024-10-21 13:05:30 -04:00
parent 7f6bd833d4
commit a40515503a
10 changed files with 54 additions and 238 deletions

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: {
environment = {
variables = {
XCURSOR_SIZE = "24";
PATH = "${pkgs.clang-tools}/bin:$PATH";
};
shells = with pkgs; [