more changes
This commit is contained in:
@@ -29,6 +29,11 @@
|
|||||||
# Use the tmux package from jakehamilton/tmux repository
|
# Use the tmux package from jakehamilton/tmux repository
|
||||||
programs.tmux.package = tmux-flake.packages.${system}.tmux;
|
programs.tmux.package = tmux-flake.packages.${system}.tmux;
|
||||||
|
|
||||||
|
# Set the required Home Manager options
|
||||||
|
home.username = "tylerbohrer";
|
||||||
|
home.homeDirectory = "/Users/tylerbohrer";
|
||||||
|
home.stateVersion = "23.11";
|
||||||
|
|
||||||
# Include all other settings from the original home.nix
|
# Include all other settings from the original home.nix
|
||||||
imports = [ ./home-manager/home.nix ];
|
imports = [ ./home-manager/home.nix ];
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -126,7 +126,6 @@ in
|
|||||||
# Zsh configuration
|
# Zsh configuration
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autosuggestion.enable = true;
|
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -147,7 +146,6 @@ in
|
|||||||
clock24 = true;
|
clock24 = true;
|
||||||
historyLimit = 10000;
|
historyLimit = 10000;
|
||||||
mouse = true;
|
mouse = true;
|
||||||
keyBinding = "vi";
|
|
||||||
# Basic tmux configuration file
|
# Basic tmux configuration file
|
||||||
shell = "zsh";
|
shell = "zsh";
|
||||||
# Use the tmux package from jakehamilton/tmux
|
# Use the tmux package from jakehamilton/tmux
|
||||||
|
|||||||
Reference in New Issue
Block a user