Add noctalia module and removed waybar and other configurations no longer needed with noctalia
This commit is contained in:
9
modules/noctalia/home.nix
Normal file
9
modules/noctalia/home.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.noctalia.homeModules.default
|
||||
];
|
||||
|
||||
programs.noctalia = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user