Small typo fixes after restructuring

This commit is contained in:
Random936
2025-02-09 11:47:46 -08:00
parent 4225fa73da
commit 5ff34bbfc6
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }: let
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config };
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;