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 = [
|
imports = [
|
||||||
../common
|
../common
|
||||||
../common/home-user.nix
|
../common/home-user.nix
|
||||||
|
@ -7,6 +7,16 @@
|
||||||
../../features/vesktop
|
../../features/vesktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nil
|
||||||
|
tmux
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.vscode = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.vscode.fhs;
|
||||||
|
};
|
||||||
|
|
||||||
# im blind LOL
|
# im blind LOL
|
||||||
#programs.kitty.settings.font_size = 16;
|
#programs.kitty.settings.font_size = 16;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue