mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-12-11 19:19:42 +01:00
unfuck lix
This commit is contained in:
parent
80bde73dfd
commit
268cf2ce9b
3 changed files with 17 additions and 111 deletions
17
common.nix
17
common.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue