This commit is contained in:
parent
520813e0b1
commit
a51e180183
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
../../home-manager/programs/kitty.nix
|
../../home-manager/programs/kitty.nix
|
||||||
];
|
];
|
||||||
home.packages =
|
home.packages =
|
||||||
(with inputs.nixpkgs-master.legacyPackages."${system}"; [bisq-desktop])
|
(with inputs.nixpkgs-master.legacyPackages."${system}"; [bisq-desktop zed-editor])
|
||||||
++ (with pkgs; [lutris])
|
++ (with pkgs; [lutris])
|
||||||
++ (with inputs.endless-sky.legacyPackages."${system}"; [endless-sky]);
|
++ (with inputs.endless-sky.legacyPackages."${system}"; [endless-sky]);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue