feat: add nix-melt with flake
This commit is contained in:
parent
8713da209b
commit
c9cd780930
2 changed files with 6 additions and 2 deletions
BIN
nixos/flake.nix
BIN
nixos/flake.nix
Binary file not shown.
|
@ -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
|
||||
]) ++
|
||||
|
|
Loading…
Reference in a new issue