repo restructure

This commit is contained in:
TheWanderingCrow 2024-12-24 12:27:14 -05:00
parent 1551b33527
commit ff47a7abaa
3 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,5 @@
{pkgs}: {
{config, pkgs, ...}: {
config = {
programs.zsh = {
enable = true;
autosuggestions = {
@ -45,4 +46,5 @@
};
users.defaultUserShell = pkgs.zsh;
};
}