mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot/Packages/Kernel] Add kvdo kernel module
This commit is contained in:
parent
6b5f69bece
commit
c25820247c
3 changed files with 59 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ in
|
|||
# chromium = self.ungoogled-chromium;
|
||||
|
||||
myFirefox = (import ./packages/firefox.nix { pkgs = self; inherit lib; });
|
||||
|
||||
kvdo = config.boot.kernelPackages.callPackage ./packages/kvdo.nix { };
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue