Only add upload-to-files
on t490
It's not needed on other systems, such as hetznix.
This commit is contained in:
parent
0d05eb3df6
commit
fcf0f8d39d
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
features = {
|
features = {
|
||||||
|
@ -28,5 +28,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ isync ];
|
home.packages = with pkgs; [
|
||||||
|
isync
|
||||||
|
upload-to-files
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,9 +23,7 @@
|
||||||
|
|
||||||
packages =
|
packages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[ ]
|
||||||
upload-to-files
|
|
||||||
]
|
|
||||||
++ pkgs.lib.optionals (!headless) [
|
++ pkgs.lib.optionals (!headless) [
|
||||||
brave
|
brave
|
||||||
firefox
|
firefox
|
||||||
|
|
Loading…
Reference in a new issue