hotfixes for switch to standard trivionomicon flake.nix

This commit is contained in:
Fabian Montero 2025-08-25 16:40:09 -06:00
parent 59bf994c50
commit 64735fc5bd
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
5 changed files with 7 additions and 5 deletions

View file

@ -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";
};
};
}

View file

@ -9,5 +9,6 @@ with lib; {
imports = [
./modules
flakes.trivionomicon.homeManagerModules.default
flakes.hm-isolation.homeManagerModule
];
}

View file

@ -1,4 +1,4 @@
lib:
{lib}:
with lib; {
android_sdk.accept_license = true; #TODO: what the fuck is this
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);

View file

@ -1,6 +1,7 @@
{
final,
prev,
flakes,
}:
with prev.lib; let
inherit (final) callPackage fetchpatch;

View file

@ -31,7 +31,7 @@
};
};
trivium.sway.enable = true;
local.sway.enable = true;
networking = {
hostName = "posixlycorrect";