Converted tmux from nixosModule to homeModule
This commit is contained in:
parent
27b8ea6ab3
commit
fe55849333
6 changed files with 133 additions and 125 deletions
15
homes/x86_64-linux/alejandro/default.nix
Normal file
15
homes/x86_64-linux/alejandro/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
osConfig ? {},
|
||||
format ? "unknown",
|
||||
namespace,
|
||||
...
|
||||
}: {
|
||||
aa = {
|
||||
apps = {
|
||||
tmux.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue