mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
trying to add miku-cursor pkg
This commit is contained in:
parent
7cd9906bc1
commit
d9d7ee2ac3
2 changed files with 19 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
|||
inherit secrets;
|
||||
inherit inputs;
|
||||
};
|
||||
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
|
@ -158,5 +161,8 @@
|
|||
|
||||
# Expose the package set, including overlays, for convenience.
|
||||
darwinPackages = self.darwinConfigurations."iMac-de-Eddie".pkgs;
|
||||
|
||||
defaultPackage.x86_64-linux = pkgs.callPackage ./packages/miku-cursor.nix {};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue