mirror of
https://github.com/sstent/vmimages.git
synced 2026-03-06 04:56:27 +00:00
fixing fitbit
This commit is contained in:
@@ -27,6 +27,8 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
|
|||||||
};
|
};
|
||||||
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
|
inherit inputs outputs lib;
|
||||||
|
|
||||||
# By default, the system will only use packages from the
|
# By default, the system will only use packages from the
|
||||||
# stable channel. You can selectively install packages
|
# stable channel. You can selectively install packages
|
||||||
# from the unstable channel. You can also add more
|
# from the unstable channel. You can also add more
|
||||||
@@ -59,6 +61,7 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
||||||
# Output all modules in ./modules to flake. Modules should be in
|
# Output all modules in ./modules to flake. Modules should be in
|
||||||
# individual subdirectories and contain a default.nix file
|
# individual subdirectories and contain a default.nix file
|
||||||
nixosModules = builtins.listToAttrs (map
|
nixosModules = builtins.listToAttrs (map
|
||||||
@@ -68,9 +71,8 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
|
|||||||
})
|
})
|
||||||
(builtins.attrNames (builtins.readDir ./modules/nixos)));
|
(builtins.attrNames (builtins.readDir ./modules/nixos)));
|
||||||
|
|
||||||
##import our HM modules
|
# Output all modules in ./modules to flake. Modules should be in
|
||||||
## -- imported in ./home-manger/general
|
# individual subdirectories and contain a default.nix file
|
||||||
|
|
||||||
homeManagerModules = builtins.listToAttrs (map
|
homeManagerModules = builtins.listToAttrs (map
|
||||||
(name: {
|
(name: {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|||||||
Reference in New Issue
Block a user