switch to lesbian nix

This commit is contained in:
2025-08-20 13:05:06 -04:00
parent a07468276a
commit f62255a554
2 changed files with 92 additions and 1 deletions

View File

@ -5,16 +5,23 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
# lemonake.url = "github:passivelemon/lemonake";
# wayvr-dashbourd.url = "github:PassiveLemon/lemonake/master/pkgs/wayvr-dashboard"
};
outputs = { self, nixpkgs, home-manager, ...}@inputs: {
outputs = { self, nixpkgs, lix-module, home-manager, ...}@inputs: {
nixosConfigurations.pewter = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = inputs;
modules = [
lix-module.nixosModules.default
./configuration.nix
home-manager.nixosModules.home-manager
{