Added binary ninja personal to repo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ pkgs, lib, config, ... }: let
|
||||
{ pkgs, lib, config, ... }: let
|
||||
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; };
|
||||
in {
|
||||
home.packages = with pkgs; [ tmux ];
|
||||
home.packages = with pkgs; [ tmux ];
|
||||
home.file = {
|
||||
".tmux/plugins/tpm".source = "${mypkgs.tpm}";
|
||||
".tmux.conf".source = ../../dotfiles/.tmux.conf;
|
||||
|
||||
Reference in New Issue
Block a user