Switched from agnoster to powerlevel9k
This commit is contained in:
parent
69bf770fbc
commit
5631062856
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
|
./tmux.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
|
@ -39,7 +40,6 @@
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
byobu # text-based window manager and terminal multiplexer.
|
byobu # text-based window manager and terminal multiplexer.
|
||||||
htop # interactive process viewer
|
htop # interactive process viewer
|
||||||
tmux # Terminal multiplexer required by byobu
|
|
||||||
git # Distributed version control system
|
git # Distributed version control system
|
||||||
powerline-fonts # For zsh themes
|
powerline-fonts # For zsh themes
|
||||||
lsof # list open files
|
lsof # list open files
|
||||||
|
@ -69,8 +69,8 @@
|
||||||
ohMyZsh = {
|
ohMyZsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" "tmux" ];
|
plugins = [ "git" "tmux" ];
|
||||||
theme = "agnoster";
|
|
||||||
};
|
};
|
||||||
|
promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.defaultUserShell = pkgs.zsh; # Set the default shell for all users
|
users.defaultUserShell = pkgs.zsh; # Set the default shell for all users
|
||||||
|
|
Loading…
Reference in a new issue