Move bash configuration from home to nixos module

This commit is contained in:
2026-04-07 18:06:42 +02:00
parent 4388cc6249
commit 9ff3f739d0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{ config, lib, ... }:
{
programs.bash.enable = true;
programs.zsh = {
enable = true;
dotDir = "${config.xdg.configHome}/zsh";