hotfixes for switch to standard trivionomicon flake.nix
This commit is contained in:
parent
59bf994c50
commit
64735fc5bd
5 changed files with 7 additions and 5 deletions
|
@ -41,14 +41,14 @@
|
||||||
doctrinePrefix = "local";
|
doctrinePrefix = "local";
|
||||||
|
|
||||||
paths = {
|
paths = {
|
||||||
# localOverlay = "pkgs";
|
localOverlay = "pkgs";
|
||||||
nixpkgsConfig = "pkgs/config";
|
nixpkgsConfig = "pkgs/config";
|
||||||
|
|
||||||
nixosSource = "sys";
|
nixosSource = "sys";
|
||||||
nixosPlatforms = "sys/platform";
|
nixosPlatforms = "sys/platforms";
|
||||||
|
|
||||||
hmSource = "home";
|
hmSource = "home";
|
||||||
hmPlatforms = "home/platform";
|
hmPlatforms = "home/platforms";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,5 +9,6 @@ with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
./modules
|
./modules
|
||||||
flakes.trivionomicon.homeManagerModules.default
|
flakes.trivionomicon.homeManagerModules.default
|
||||||
|
flakes.hm-isolation.homeManagerModule
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
lib:
|
{lib}:
|
||||||
with lib; {
|
with lib; {
|
||||||
android_sdk.accept_license = true; #TODO: what the fuck is this
|
android_sdk.accept_license = true; #TODO: what the fuck is this
|
||||||
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
|
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
final,
|
final,
|
||||||
prev,
|
prev,
|
||||||
|
flakes,
|
||||||
}:
|
}:
|
||||||
with prev.lib; let
|
with prev.lib; let
|
||||||
inherit (final) callPackage fetchpatch;
|
inherit (final) callPackage fetchpatch;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
trivium.sway.enable = true;
|
local.sway.enable = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "posixlycorrect";
|
hostName = "posixlycorrect";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue