bunch of walls, wrap kitty, touch zshrc
This commit is contained in:
parent
0f4612d1b0
commit
c987882b7d
64 changed files with 141 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue