feat: add some extra stuff and fixing tmux
This commit is contained in:
parent
db6ad0b031
commit
079708804e
3 changed files with 16 additions and 0 deletions
|
@ -11,5 +11,8 @@
|
|||
android-file-transfer
|
||||
mtpfs
|
||||
usbutils
|
||||
glow
|
||||
tmux
|
||||
ranger
|
||||
];
|
||||
}
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
imports = [
|
||||
./git.nix
|
||||
./rofi.nix
|
||||
./tmux.nix
|
||||
];
|
||||
}
|
||||
|
|
12
home-manager/stvnliu/programs/tmux.nix
Normal file
12
home-manager/stvnliu/programs/tmux.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
shell = "${pkgs.fish}/bin/fish";
|
||||
terminal = "screen-256color"; # Fix for apps not recognising full color
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue