mv zsh to module

This commit is contained in:
smayzy
2025-07-08 17:43:52 +02:00
parent 6966de63c9
commit a5edf53519
4 changed files with 23 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./zsh.nix
];
}