Modularized GUI for potentially new environments in the future

This commit is contained in:
Bryan Ramos 2024-01-28 10:07:49 -05:00
parent d725ffdbfa
commit 46682b9b42
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
23 changed files with 77 additions and 39 deletions

View file

@ -10,5 +10,8 @@ in
home.packages = with pkgs; [
weechat
];
programs.bash.shellAliases = {
chat = "weechat";
};
};
}