Add noctalia module and removed waybar and other configurations no longer needed with noctalia

This commit is contained in:
2026-06-02 12:22:05 +02:00
parent bcf0c17c51
commit ca285c92f7
8 changed files with 42 additions and 371 deletions

View File

@ -0,0 +1,9 @@
{inputs, ...}: {
imports = [
inputs.noctalia.homeModules.default
];
programs.noctalia = {
enable = true;
};
}