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 {
|
||||
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 = [
|
||||
|
@ -52,6 +52,10 @@
|
|||
homeNetwork = true;
|
||||
};
|
||||
|
||||
repo-clone.repos = {
|
||||
"${config.home.homeDirectory}/Pictures/backgrounds".url = lib.zgitRepo "backgrounds";
|
||||
};
|
||||
|
||||
snowhawk.tmux.sessionizer.paths = [
|
||||
"~/obsidian"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue