This commit is contained in:
Morten Olsen
2024-04-17 14:43:43 +02:00
parent c8e35fbe82
commit 68ab6df1d3
9 changed files with 10 additions and 107 deletions

View File

@@ -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";
# };
# };
};
}