bunch of walls, wrap kitty, touch zshrc

This commit is contained in:
jackjohn7 2026-03-29 23:22:33 -05:00
parent 0f4612d1b0
commit c987882b7d
64 changed files with 141 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ self, inputs, ... }:
{ self, inputs, config, ... }:
{
flake.nixosModules.development =
{ pkgs, lib, ... }:
@ -11,11 +11,14 @@
opencode
direnv
nix-direnv
htop
];
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
# make ZSH shut up about zshrc
hjem.users.${config.username}.files.".zshrc".text = "";
programs.zsh = {
enable = true;