Compare commits

..

No commits in common. "65b7cf4ab69f5caf59cf97646476911794d2c99d" and "dec75b3f7e2d10923d1da1ece8e4dea58521dc86" have entirely different histories.

3 changed files with 0 additions and 12 deletions

View file

@ -200,7 +200,6 @@
./roles/desktop
./roles/kde
./roles/gaming
./roles/school
];
SurfaceGo.modules = [
nixos-hardware.nixosModules.microsoft-surface-go

View file

@ -1,7 +1,6 @@
{pkgs, ...}: {
imports = [
./android-studio.nix
./helix.nix
];
home-manager.users.toast.home.packages = [pkgs.mongodb-compass];
}

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
home-manager.users.toast = {
programs.helix = {
extraPackages = with pkgs; [
typescript-language-server
nodePackages.prettier
];
};
};
}