feat: replace waybar/walker/swaylock/swaybg with noctalia shell

This commit is contained in:
2026-08-14 00:17:36 +07:00
parent 96369087b5
commit 68f37753f5
14 changed files with 342 additions and 775 deletions
+23
View File
@@ -0,0 +1,23 @@
{ ... }:
{
programs.zsh = {
enable = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
programs.starship.enable = true;
programs.git = {
enable = true;
settings.user = {
name = "duynguyen";
email = "huonghaiduynhim@gmail.com";
};
};
}