Compare commits
No commits in common. "65b7cf4ab69f5caf59cf97646476911794d2c99d" and "dec75b3f7e2d10923d1da1ece8e4dea58521dc86" have entirely different histories.
65b7cf4ab6
...
dec75b3f7e
3 changed files with 0 additions and 12 deletions
|
|
@ -200,7 +200,6 @@
|
|||
./roles/desktop
|
||||
./roles/kde
|
||||
./roles/gaming
|
||||
./roles/school
|
||||
];
|
||||
SurfaceGo.modules = [
|
||||
nixos-hardware.nixosModules.microsoft-surface-go
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./android-studio.nix
|
||||
./helix.nix
|
||||
];
|
||||
home-manager.users.toast.home.packages = [pkgs.mongodb-compass];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager.users.toast = {
|
||||
programs.helix = {
|
||||
extraPackages = with pkgs; [
|
||||
typescript-language-server
|
||||
nodePackages.prettier
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue