Compare commits
No commits in common. "d8cfbe25b7c9919c91fe10b05ec8d4b7630a37ac" and "5a5ea921a7a73b20a18d405bcccafdb841711344" have entirely different histories.
d8cfbe25b7
...
5a5ea921a7
3 changed files with 2 additions and 6 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, 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
|
||||
]) ++
|
||||
|
|
Loading…
Reference in a new issue