Restructured nixos home-manager config
This commit is contained in:
9
home/modules/tmux.nix
Normal file
9
home/modules/tmux.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, lib, config, ... }: let
|
||||
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config };
|
||||
in {
|
||||
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