mirror of
https://github.com/sstent/vmimages.git
synced 2026-04-29 00:02:46 +00:00
fixing fitbit
This commit is contained in:
@@ -97,7 +97,6 @@
|
|||||||
|
|
||||||
##import our HM modules
|
##import our HM modules
|
||||||
## -- imported in ./home-manger/general
|
## -- imported in ./home-manger/general
|
||||||
|
|
||||||
homeManagerModules = builtins.listToAttrs (map
|
homeManagerModules = builtins.listToAttrs (map
|
||||||
(x: {
|
(x: {
|
||||||
name = x;
|
name = x;
|
||||||
@@ -132,9 +131,9 @@
|
|||||||
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
|
||||||
# ];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -12,7 +12,8 @@
|
|||||||
# ./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);
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||||
# nix.nixPath = [ "nixpkgs=pkgs.outPath" ];
|
|
||||||
networking.search = ["node.dc1.consul" "service.dc1.consul"];
|
networking.search = ["node.dc1.consul" "service.dc1.consul"];
|
||||||
|
|
||||||
##VSCode
|
##VSCode
|
||||||
|
|||||||
Reference in New Issue
Block a user