This commit is contained in:
kirbara 2025-12-01 15:23:44 +07:00
parent 84f162046c
commit a69be53b4f
Signed by: exp
GPG key ID: D7E63AD0019E75D9
3 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
den.aspects = {
desktop = {
nixos = {
services = {
libinput.enable = true;
gvfs.enable = true;
};
};
};
};
}