Compare commits

..

No commits in common. "d8cfbe25b7c9919c91fe10b05ec8d4b7630a37ac" and "5a5ea921a7a73b20a18d405bcccafdb841711344" have entirely different histories.

3 changed files with 2 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View file

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