Initial commit
This commit is contained in:
16
home/apps/tmux.nix
Normal file
16
home/apps/tmux.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib, config, pkgs, ...
|
||||
}: let
|
||||
cfg = config.tmux;
|
||||
in {
|
||||
options.tmux = {};
|
||||
|
||||
config = {
|
||||
home.packages = [
|
||||
pkgs.tmux
|
||||
];
|
||||
home.file = {
|
||||
".config/tmux".source = ./tmux;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user