Only add upload-to-files on t490

It's not needed on other systems, such as hetznix.
This commit is contained in:
Oliver Davies 2025-01-29 01:15:42 +00:00
parent 0d05eb3df6
commit fcf0f8d39d
2 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
features = {
@ -28,5 +28,8 @@
};
};
home.packages = with pkgs; [ isync ];
home.packages = with pkgs; [
isync
upload-to-files
];
}

View file

@ -23,9 +23,7 @@
packages =
with pkgs;
[
upload-to-files
]
[ ]
++ pkgs.lib.optionals (!headless) [
brave
firefox