Revert "first commit"

This reverts commit 10b3790ca5aded5116c55be4d8a5d46f2731ab73.
This commit is contained in:
Mars 2024-05-07 03:23:44 -04:00
parent f1c5038fd7
commit 0301f7dc24
14 changed files with 0 additions and 2480 deletions

View file

@ -1,36 +0,0 @@
{
lib,
pkgs,
inputs,
...
}: {
home = {
packages = with pkgs;
[
grc
jamesdsp
vesktop
]
++ (with inputs; [
nixvim.packages.${pkgs.system}.default
])
++ (with inputs.chaotic.packages.${pkgs.system}; [
distrobox_git
]);
stateVersion = "24.05";
};
programs = {
nheko.enable = true;
nix-index-database.comma.enable = true;
nix-index.enable = true;
direnv = {
enable = true;
nix-direnv.enable = true;
};
};
nix.package = lib.mkForce pkgs.nixVersions.git;
}