mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-15 03:41:59 +00:00
fixing fitbit
This commit is contained in:
@@ -6,6 +6,16 @@
|
|||||||
hostName,
|
hostName,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
|
||||||
|
imports =
|
||||||
|
[
|
||||||
|
# ./beets.nix
|
||||||
|
# ./keybase.nix
|
||||||
|
# "${inputs.vscode-server}/modules/vscode-server/home.nix"
|
||||||
|
]
|
||||||
|
++ (builtins.attrValues outputs.homeManagerModules);
|
||||||
|
|
||||||
|
|
||||||
home.username = "sstent";
|
home.username = "sstent";
|
||||||
home.homeDirectory = "/home/sstent";
|
home.homeDirectory = "/home/sstent";
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user