feat: Added hytale
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-25 15:30:45 +05:30
parent ab4c22592a
commit f32d7d3643
6 changed files with 675 additions and 126 deletions

View File

@@ -3,6 +3,7 @@
inputs,
overlays,
home-manager-stable,
nixpkgs,
nur,
nixos-raspberrypi,
...
@@ -15,6 +16,7 @@
inherit device;
unstablePkgs = inputs.nixpkgs.legacyPackages.${device.system};
masterPkgs = inputs.nixpkgs-master.legacyPackages.${device.system};
cratesNix = inputs.crates-nix.mkLib {pkgs = nixpkgs.legacyPackages.${device.system};};
};
system = device.system;
modules = [
@@ -40,6 +42,7 @@
inherit inputs;
inherit device;
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
cratesNix = inputs.crates-nix.mkLib {pkgs = nixpkgs.legacyPackages.${device.system};};
};
users.${device.user}.imports = [
inputs.nixvim.homeModules.nixvim