mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
fixing fitbit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user