fixing fitbit

This commit is contained in:
2023-11-30 19:43:48 +00:00
parent 3994b8055f
commit 3a0aa00f20

View File

@@ -127,15 +127,15 @@
}; };
modules = [ modules = [
./hosts/StuPC-WSL ./hosts/StuPC-WSL
# home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
# { {
# home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
# home-manager.useUserPackages = true; home-manager.useUserPackages = true;
# home-manager.users.sstent = import ./home-manager/users/sstent; home-manager.users.sstent = import ./home-manager/users/sstent;
# home-manager.sharedModules = [ # home-manager.sharedModules = [
# inputs.sops-nix.homeManagerModules.sops # inputs.sops-nix.homeManagerModules.sops
# ]; # ];
# } }
]; ];
}; };
}; };