feat: add nix-melt with flake

This commit is contained in:
matt1432 2023-10-11 18:03:15 -04:00
parent 8713da209b
commit c9cd780930
2 changed files with 6 additions and 2 deletions

Binary file not shown.

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, config, nix-melt, ... }:
{
programs = {
@ -24,7 +24,11 @@
};
};
home.packages = (with pkgs.python311Packages; [
home.packages = [
nix-melt.packages.x86_64-linux.default
] ++
(with pkgs.python311Packages; [
python
pyclip
]) ++