This commit is contained in:
LunarAkai 2025-03-15 17:28:04 +01:00
commit 658a42659c
5 changed files with 33 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
imports = [
#./zsh
./zsh
];
home.packages = with pkgs; [
@ -9,5 +9,7 @@
nixd # nix lsp
alejandra # formatter
oh-my-posh
];
}