test: flake and buds custom pkg

This commit is contained in:
ooks-io 2023-09-15 13:01:03 +12:00
parent 6ef601aaa0
commit f302a05874
6 changed files with 29 additions and 19 deletions

View file

@ -17,6 +17,11 @@
};
};
hyprland = {
url = "github:hyprwm/hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, home-manager, ... }@inputs:
let
inherit (self) outputs;
@ -55,7 +60,7 @@
pkgs = pkgsFor.x86_64-linux;
extraSpecialArgs = { inherit inputs outputs; };
};
# X1 Carbon
# T480s
"ooks@ookst480s" = lib.homeManagerConfiguration {
modules = [ ./home/ooks/ookst480s.nix ];
pkgs = pkgsFor.x86_64-linux;