mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-28 08:01:41 +00:00
fixing fitbit
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#"../modules/vscode-server/home.nix"
|
||||
# ../modules/home-manager/beets
|
||||
# ../modules/home-manager/keybase
|
||||
# ../modules/home-manager/ssh-proxy
|
||||
# ../modules/home-manager/ssh-proxys
|
||||
# ];
|
||||
home.username = "sstent";
|
||||
home.homeDirectory = "/home/sstent";
|
||||
@@ -29,6 +29,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
custom = {
|
||||
ssh-proxy.enable = false;
|
||||
beets.enable = true;
|
||||
keybase.enable = true;
|
||||
};
|
||||
|
||||
###dotfiles path variable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user