some fixes
This commit is contained in:
parent
257a49faac
commit
555c53d8a3
16 changed files with 114 additions and 117 deletions
|
|
@ -3,6 +3,11 @@
|
|||
flake.modules.nixos.terminal =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
tmuxinator
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
inputs.self.modules.homeManager.terminal
|
||||
];
|
||||
|
|
@ -11,6 +16,11 @@
|
|||
flake.modules.darwin.terminal =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
tmuxinator
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
inputs.self.modules.homeManager.terminal
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue