lol
This commit is contained in:
parent
9d400eec55
commit
bf0acbb9d7
|
@ -24,19 +24,6 @@
|
||||||
|
|
||||||
history.size = 1000000;
|
history.size = 1000000;
|
||||||
history.path = ".config/zsh/history";
|
history.path = ".config/zsh/history";
|
||||||
|
|
||||||
# plugins = [
|
|
||||||
# {
|
|
||||||
# name = "zsh-autosuggestions";
|
|
||||||
# src = pkgs.fetchFromGitHub {
|
|
||||||
# owner = "zsh-users";
|
|
||||||
# repo = "zsh-autosuggestions";
|
|
||||||
# rev = "v0.4.0"; # Version
|
|
||||||
# sha256 = "sha256-bBqJCkhygrXqAfWBsvUNpXu9IrwLyn/ypmTRKSVP0Xw="; # Fetched hash
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = ["git" "history-substring-search"];
|
plugins = ["git" "history-substring-search"];
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{pkgs,...}:
|
{pkgs, ...}: {
|
||||||
{
|
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
time.timeZone = "Europe/Zurich";
|
time.timeZone = "Europe/Zurich";
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
Loading…
Reference in a new issue