again random stuff

This commit is contained in:
Ranomier 2025-01-13 03:16:43 +01:00
parent 7f4b1ae8e1
commit e7de53b2fe
6 changed files with 56 additions and 35 deletions

View file

@ -1,3 +1,6 @@
{...}: {
services.speechd.enable = true;
services = {
speechd.enable = true;
orca.enable = true;
};
}

View file

@ -1,7 +1,7 @@
{...}: {
imports = [
./hyprland.nix
./qtile.nix
#./qtile.nix
./components/dbus.nix
];
}