mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
use zsh
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
pkgs.duf
|
||||
pkgs.dust
|
||||
pkgs.rustscan
|
||||
pkgs.zoxide
|
||||
];
|
||||
|
||||
programs = {
|
||||
@@ -56,30 +57,5 @@
|
||||
".shellrc/rc.d" = {
|
||||
source = ./files/shell/rc.d;
|
||||
};
|
||||
# ".oh-my-zsh" = {
|
||||
# source = builtins.fetchGit {
|
||||
# url = "https://github.com/ohmyzsh/ohmyzsh";
|
||||
# rev = "b07c8cfe692bc6c7702f0aef5d493b12dfb43392";
|
||||
# };
|
||||
# };
|
||||
# ".config/zsh/custom/plugins/zsh-autosuggestions" = {
|
||||
# source = builtins.fetchGit {
|
||||
# url = "https://github.com/zsh-users/zsh-autosuggestions";
|
||||
# rev = "c3d4e576c9c86eac62884bd47c01f6faed043fc5";
|
||||
# };
|
||||
# };
|
||||
# ".config/zsh/custom/plugins/zsh-syntax-highlighting" = {
|
||||
# source = builtins.fetchGit {
|
||||
# url = "https://github.com/zsh-users/zsh-syntax-highlighting";
|
||||
# rev = "143b25eb98aa3227af63bd7f04413e1b3e7888ec";
|
||||
# };
|
||||
# };
|
||||
#
|
||||
# ".config/zsh/custom/zsh-vi-mode" = {
|
||||
# source = builtins.fetchGit {
|
||||
# url = "https://github.com/jeffreytse/zsh-vi-mode";
|
||||
# rev = "1f28e1886dc8e49f41b817634d5c7695b6abb145";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user