lix my ballx
This commit is contained in:
parent
8df82ca204
commit
6eeee7ac88
4 changed files with 35 additions and 2 deletions
|
|
@ -5,6 +5,20 @@
|
|||
modulesPath,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
inherit
|
||||
(prev.lixPackageSets.stable)
|
||||
nixpkgs-review
|
||||
nix-eval-jobs
|
||||
nix-fast-build
|
||||
colmena
|
||||
;
|
||||
})
|
||||
];
|
||||
|
||||
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||
|
||||
programs.pmount.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
# keep-sorted start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue