feat: dropbox

This commit is contained in:
Madeleine Sydney
2024-12-29 02:58:41 -07:00
parent 10dfd4e502
commit e4a0777c19
4 changed files with 67 additions and 7 deletions

View File

@@ -9,7 +9,10 @@
};
homeConfiguration = { config, lib, pkgs, ... }: {
imports = [ ./programs.nix ];
imports = [
./programs.nix
./files.nix
];
sydnix = {
sops = {
@@ -20,12 +23,10 @@
};
};
home = {
packages = [
];
home.packages = [
];
# Don't touch!
stateVersion = "18.09";
};
# Don't touch!
home.stateVersion = "18.09";
};
}