Switched to 24.05 channel

This commit is contained in:
Random936
2024-06-09 12:52:36 -07:00
parent f168c735f7
commit caf4bed854
8 changed files with 15 additions and 16 deletions

View File

@@ -25,7 +25,6 @@
ffuf
nikto
sqlmap
wpscan
thc-hydra
exploitdb
feroxbuster
@@ -54,4 +53,6 @@
home.file = {
".functions.zsh".source = ../dotfiles/.functions.zsh;
};
home.stateVersion = "24.05";
}

View File

@@ -18,5 +18,4 @@ in
];
home.file.".tmux/plugins/tpm".source = "${mypkgs.tpm}";
home.stateVersion = "23.11";
}

View File

@@ -58,6 +58,4 @@
".config/polybar/config.ini".source = ../dotfiles/.config/polybar/config.ini;
};
home.stateVersion = "23.11";
}

View File

@@ -7,7 +7,7 @@
programs.zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
history.size = 100000000;