home-manager: moved backblaze-b2 to home-manager

This commit is contained in:
Aly Raffauf 2024-03-21 11:48:51 -04:00
parent 58c5fbff5c
commit b352699fd7
2 changed files with 1 additions and 2 deletions

View file

@ -14,6 +14,7 @@
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
# warp-terminal
backblaze-b2
curl
discord
gh

View file

@ -38,8 +38,6 @@
driversi686Linux.amdvlk
];
};
environment.systemPackages = [ pkgs.backblaze-b2 ];
system.stateVersion = "23.11";
}