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";
|
megasyncCmd = "${pkgs.megacmd}/bin/mega-cmd-server";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.megacmd
|
||||||
|
];
|
||||||
|
|
||||||
systemd.user.services."mega-cmd-server" = {
|
systemd.user.services."mega-cmd-server" = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Mega command server";
|
Description = "Mega command server";
|
||||||
|
|
|
||||||
1
odin.nix
1
odin.nix
|
|
@ -83,7 +83,6 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
krita
|
krita
|
||||||
# lutris
|
# lutris
|
||||||
megacmd
|
|
||||||
mpv
|
mpv
|
||||||
neofetch
|
neofetch
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue