[feat] Add ironbar & Format everything with nixfmt

This commit is contained in:
uttarayan21
2024-02-18 05:45:40 +05:30
parent f6775ed1cf
commit a1d896fa39
20 changed files with 914 additions and 539 deletions

View File

@@ -1,5 +1 @@
{...}: {
programs.firefox = {
enable = true;
};
}
{ ... }: { programs.firefox = { enable = true; }; }