some upd
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
./modules/git.nix
|
||||
./modules/programs.nix
|
||||
./modules/custom/config.nix
|
||||
./modules/hypr/hypr.nix
|
||||
./modules/tmux.nix
|
||||
];
|
||||
|
||||
home.pointerCursor = let
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [ hyprland ];
|
||||
|
||||
programs.waybar = { enable = true; };
|
||||
}
|
||||
|
||||
@@ -1 +1,14 @@
|
||||
{ }
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
keyMode = "vi";
|
||||
historyLimit = 5000;
|
||||
mouse = true;
|
||||
newSession = true;
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user