mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
add more default packages
This commit is contained in:
parent
1d0f0288a8
commit
5057d037cb
6 changed files with 29 additions and 2 deletions
17
nix/personal/tui.nix
Normal file
17
nix/personal/tui.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, inputs
|
||||
, lib
|
||||
, ...
|
||||
}@args:
|
||||
let
|
||||
cfg = config.kp2pml30;
|
||||
in {
|
||||
config = {
|
||||
programs = {
|
||||
tmux.enable = true;
|
||||
yazi.enable = true;
|
||||
htop.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue