fixing fitbit

This commit is contained in:
2023-11-30 19:08:27 +00:00
parent f467d28594
commit f52fc9ee5d

View File

@@ -7,12 +7,17 @@
...
}: {
imports = [
# ./beets.nix
# ./keybase.nix
# "${inputs.vscode-server}/modules/vscode-server/home.nix"
]
++ (builtins.attrValues outputs.homeManagerModules);
# imports = [
# # ./beets.nix
# # ./keybase.nix
# # "${inputs.vscode-server}/modules/vscode-server/home.nix"
# ]
# ++ (builtins.attrValues outputs.homeManagerModules);
# custom = {
# ssh-proxy.enable = false;
# beets.enable = true;
# keybase.enable = true;
# };
home.username = "sstent";
@@ -31,11 +36,6 @@
};
};
custom = {
ssh-proxy.enable = false;
beets.enable = true;
keybase.enable = true;
};
###dotfiles path variable