dosei/home: don't install pcloud
This commit is contained in:
@ -222,6 +222,7 @@
|
||||
inherit yet-unstabler-pkgs;
|
||||
inherit (self) extendedLib;
|
||||
inherit (config) machineVars;
|
||||
machineName = name;
|
||||
};
|
||||
|
||||
sharedModules = [
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, config, machineVars, ... }:
|
||||
{ pkgs, config, machineVars, machineName, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bandwhich
|
||||
@ -124,7 +124,6 @@
|
||||
nsxiv
|
||||
nyxt
|
||||
obsidian
|
||||
pcloud
|
||||
pdfarranger
|
||||
pwvucontrol
|
||||
# scrcpy
|
||||
@ -165,6 +164,9 @@
|
||||
steam-tui
|
||||
stepmania
|
||||
taisei
|
||||
] ++ lib.optionals (machineName != "dosei") [
|
||||
# Source blocked by external firewall on dosei
|
||||
pcloud
|
||||
]
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user