the great update
This commit is contained in:
10
user/wrapped/default.nix
Normal file
10
user/wrapped/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, config, ... }:
|
||||
let
|
||||
packages = {
|
||||
alacritty = pkgs.callPackage ./alacritty {};
|
||||
bash = pkgs.callPackage ./bash {};
|
||||
};
|
||||
in
|
||||
{
|
||||
environment.systemPackages = builtins.attrValues packages;
|
||||
}
|
||||
Reference in New Issue
Block a user