mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
add more default packages
This commit is contained in:
parent
1d0f0288a8
commit
5057d037cb
6 changed files with 29 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ in {
|
|||
./home.nix
|
||||
./user.nix
|
||||
./neovim.nix
|
||||
./tui.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
@ -57,8 +58,6 @@ in {
|
|||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
tmux.enable = true;
|
||||
yazi.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue