mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-26 15:12:14 +00:00
fixing fitbit
This commit is contained in:
@@ -7,17 +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 = {
|
custom = {
|
||||||
# ssh-proxy.enable = false;
|
ssh-proxy.enable = false;
|
||||||
# beets.enable = true;
|
beets.enable = true;
|
||||||
# keybase.enable = true;
|
keybase.enable = true;
|
||||||
# };
|
};
|
||||||
|
|
||||||
|
|
||||||
home.username = "sstent";
|
home.username = "sstent";
|
||||||
|
|||||||
Reference in New Issue
Block a user