unfuck lix

This commit is contained in:
Schrottkatze 2025-12-03 13:12:09 +01:00
commit 268cf2ce9b
No known key found for this signature in database
3 changed files with 17 additions and 111 deletions

View file

@ -5,14 +5,14 @@
pkgs,
lib,
niri,
lix-module,
# lix-module,
rs-programs,
...
}:
with lib;
with builtins;
{
imports = [ lix-module.nixosModules.default ];
# imports = [ lix-module.nixosModules.default ];
environment = {
systemPackages = with pkgs; [
@ -76,6 +76,19 @@ with builtins;
hardware.graphics.enable = true;
nixpkgs.overlays = [
(final: prev: {
inherit (prev.lixPackageSets.stable)
nixpkgs-review
nix-eval-jobs
nix-fast-build
colmena
;
})
];
nix.package = pkgs.lixPackageSets.stable.lix;
services = {
systemd-lock-handler.enable = true;
openssh = {