feat: add rclone to personal laptop
This commit is contained in:
4
hosts/common/optional/rclone.nix
Normal file
4
hosts/common/optional/rclone.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ rclone ];
|
||||
}
|
||||
@@ -53,6 +53,7 @@
|
||||
"nix-ld"
|
||||
"obs"
|
||||
"postman"
|
||||
"rclone"
|
||||
"secure-boot"
|
||||
"yubikey"
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user