Remove plandex from nixos flake
This commit is contained in:
parent
1017b44254
commit
7556385f25
3 changed files with 0 additions and 39 deletions
|
@ -11,7 +11,6 @@
|
|||
./programs/direnv.nix
|
||||
./programs/chromium.nix
|
||||
./programs/flatpak.nix
|
||||
./programs/plandex.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
plandex_cli = pkgs.callPackage ../../pkgs/plandex_cli.nix { };
|
||||
in
|
||||
{
|
||||
home.packages = [plandex_cli];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue