mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): dropped tmux legacy support
This commit is contained in:
parent
81abd93ffb
commit
710441a578
3 changed files with 15 additions and 6 deletions
9
nix/home/common/tmux/default.nix
Normal file
9
nix/home/common/tmux/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.file = {
|
||||
tmux = {
|
||||
source = ./tmux.conf;
|
||||
target = ".tmux.conf";
|
||||
};
|
||||
};
|
||||
home.packages = [pkgs.tmux];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue