This commit is contained in:
Jack Mechem 2026-03-08 15:48:23 -07:00
parent 2591fe68a8
commit dbc2ede2fe
9 changed files with 157 additions and 3 deletions

View file

@ -11,6 +11,7 @@
syntaxHighlighting.enable = true;
autosuggestion.enable = true;
initContent = ''
ZSH_AUTOSUGGEST_USE_ASYNC=false
fastfetch -c examples/11
'';
oh-my-zsh = {

View file

@ -5,8 +5,6 @@
programs.firefox.enable = true;
programs.hyprland.enable = true;
services.gtkapps.enable = true;
services.gtkbar.enable = true;
# List packages installed in system profile.
environment.systemPackages = with pkgs; [

View file

@ -11,7 +11,6 @@
"docker"
]; # Enable sudo for the user.
packages = with pkgs; [
zed-editor
cargo
clang
clang-tools