chore: flake update 04-07-2026
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
home = {
|
||||
file = {
|
||||
"${config.xdg.configHome}/tmux".source =
|
||||
lib.custom.relativeToRoot "dotfiles/tmux";
|
||||
"${config.xdg.configHome}/tmux".source = lib.custom.relativeToRoot "dotfiles/tmux";
|
||||
};
|
||||
|
||||
packages = with pkgs; [tmux];
|
||||
packages = with pkgs; [ tmux ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user