forked from fabian/nix_config
remove redundant functions from pkgs that are in trivionomicon
This commit is contained in:
parent
739fcca51a
commit
9f9bb57797
7 changed files with 8 additions and 31 deletions
|
@ -41,14 +41,14 @@
|
|||
doctrinePrefix = "local";
|
||||
|
||||
paths = {
|
||||
# localOverlay = "pkgs";
|
||||
localOverlay = "pkgs";
|
||||
nixpkgsConfig = "pkgs/config";
|
||||
|
||||
nixosSource = "sys";
|
||||
nixosPlatforms = "sys/platform";
|
||||
nixosPlatforms = "sys/platforms";
|
||||
|
||||
hmSource = "home";
|
||||
hmPlatforms = "home/platform";
|
||||
hmPlatforms = "home/platforms";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue