Skip to content

Commit

Permalink
until they finally merge twm
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed May 20, 2024
1 parent 29aa676 commit e8446de
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 2 deletions.
173 changes: 172 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
url = "github:neovim/neovim";
flake = false;
};

twm.url = "github:vinnymeller/twm";
};

outputs =
Expand Down
2 changes: 2 additions & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
);
};

twm-src = final: _prev: { twm = inputs.twm.packages.${final.system}.default; };

# cust-pkgs-overlay = final: prev: {
# cust-pkgs = import ../pkgs { pkgs = prev; };
# };
Expand Down
2 changes: 1 addition & 1 deletion programs/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
# zsh doesn't have an extraPackages option, so we have to add them to home.packages
home.packages = with pkgs; [
master-pkgs.twm
twm
nix-zsh-completions
zsh-powerlevel10k
zsh-vi-mode
Expand Down

0 comments on commit e8446de

Please sign in to comment.