Compare commits
3 commits
5a5ea921a7
...
d8cfbe25b7
Author | SHA1 | Date | |
---|---|---|---|
d8cfbe25b7 | |||
c9cd780930 | |||
8713da209b |
3 changed files with 6 additions and 2 deletions
BIN
nixos/flake.lock
BIN
nixos/flake.lock
Binary file not shown.
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