1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-12-29 01:11:02 +01:00
parent 20f0705053
commit 714753ab9f
No known key found for this signature in database
3 changed files with 6 additions and 341 deletions

View file

@ -1,10 +1,9 @@
{
inputs,
lib,
pkgs,
...
}: let
package = inputs.hxwrap.packages.${pkgs.system}.default;
package = pkgs.helix;
in {
environment.systemPackages = [package];