feat: add work laptop configuration
This commit is contained in:
15
home/dogar/common/optional/tmux.nix
Normal file
15
home/dogar/common/optional/tmux.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home = {
|
||||
file = {
|
||||
"${config.xdg.configHome}/tmux".source =
|
||||
lib.custom.relativeToRoot "dotfiles/tmux";
|
||||
};
|
||||
|
||||
packages = with pkgs; [tmux];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user