add tmux
This commit is contained in:
parent
a03149337d
commit
d9292e37c6
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
|
@ -6,6 +6,16 @@
|
|||
../../features/kitty.nix
|
||||
../../features/vesktop
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
tmux
|
||||
];
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscode.fhs;
|
||||
};
|
||||
|
||||
# im blind LOL
|
||||
#programs.kitty.settings.font_size = 16;
|
||||
|
|
Loading…
Add table
Reference in a new issue