mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-31 17:41:58 +00:00
fixing fitbit
This commit is contained in:
@@ -7,12 +7,17 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
imports = [
|
# imports = [
|
||||||
# ./beets.nix
|
# # ./beets.nix
|
||||||
# ./keybase.nix
|
# # ./keybase.nix
|
||||||
# "${inputs.vscode-server}/modules/vscode-server/home.nix"
|
# # "${inputs.vscode-server}/modules/vscode-server/home.nix"
|
||||||
]
|
# ]
|
||||||
++ (builtins.attrValues outputs.homeManagerModules);
|
# ++ (builtins.attrValues outputs.homeManagerModules);
|
||||||
|
# custom = {
|
||||||
|
# ssh-proxy.enable = false;
|
||||||
|
# beets.enable = true;
|
||||||
|
# keybase.enable = true;
|
||||||
|
# };
|
||||||
|
|
||||||
|
|
||||||
home.username = "sstent";
|
home.username = "sstent";
|
||||||
@@ -31,11 +36,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
custom = {
|
|
||||||
ssh-proxy.enable = false;
|
|
||||||
beets.enable = true;
|
|
||||||
keybase.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
###dotfiles path variable
|
###dotfiles path variable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user