repo-clone: don't default use backgrounds lmfao
This commit is contained in:
parent
401ccb46df
commit
d35f56c603
2 changed files with 5 additions and 8 deletions
|
@ -14,12 +14,5 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
systemd.user.startServices = "sd-switch";
|
systemd.user.startServices = "sd-switch";
|
||||||
|
|
||||||
repo-clone = {
|
|
||||||
enable = true;
|
|
||||||
repos = {
|
|
||||||
"${config.home.homeDirectory}/Pictures/backgrounds".url = lib.zgitRepo "backgrounds";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -52,6 +52,10 @@
|
||||||
homeNetwork = true;
|
homeNetwork = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
repo-clone.repos = {
|
||||||
|
"${config.home.homeDirectory}/Pictures/backgrounds".url = lib.zgitRepo "backgrounds";
|
||||||
|
};
|
||||||
|
|
||||||
snowhawk.tmux.sessionizer.paths = [
|
snowhawk.tmux.sessionizer.paths = [
|
||||||
"~/obsidian"
|
"~/obsidian"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue