Compare commits

...

3 commits

3 changed files with 6 additions and 2 deletions

Binary file not shown.

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
]) ++