Lix, switch to lix from nix, bump flake

This commit is contained in:
Julia Lange 2024-11-28 15:29:43 -08:00
parent f8b582e89e
commit dfb064e92b
Signed by: Julia
SSH key fingerprint: SHA256:KI8YxpkPRbnDRkXPgCuQCVz181++Vy7NAvmQj8alOhM
2 changed files with 105 additions and 4 deletions

View file

@ -4,6 +4,8 @@
home-manager.url = "github:nix-community/home-manager";
lix-module.url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
hyprland.url = "git+https://github.com/hyprwm/Hyprland";
hyprland-contrib.url = "github:hyprwm/contrib";
@ -12,7 +14,7 @@
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
};
outputs = { self, home-manager, nixpkgs, ... }@inputs: let
outputs = { self, home-manager, nixpkgs, lix-module, ... }@inputs: let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
fs = pkgs.lib.fileset;
@ -81,6 +83,7 @@
system = system;
modules = [
./nixosModules
lix-module.nixosModules.default
hostpath
];
};