Add megacmd to packages
This commit is contained in:
parent
51f8929ed5
commit
5d7597be07
2 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,10 @@ let
|
|||
megasyncCmd = "${pkgs.megacmd}/bin/mega-cmd-server";
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.megacmd
|
||||
];
|
||||
|
||||
systemd.user.services."mega-cmd-server" = {
|
||||
Unit = {
|
||||
Description = "Mega command server";
|
||||
|
|
|
|||
1
odin.nix
1
odin.nix
|
|
@ -83,7 +83,6 @@
|
|||
keepassxc
|
||||
krita
|
||||
# lutris
|
||||
megacmd
|
||||
mpv
|
||||
neofetch
|
||||
nix-prefetch-scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue