Add gvfs and udisks2 to sway module
This commit is contained in:
parent
4e76a2e10d
commit
eca13ae292
1 changed files with 5 additions and 0 deletions
|
|
@ -29,5 +29,10 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
security.pam.services.swaylock.rules.auth.unix.order = 11200;
|
security.pam.services.swaylock.rules.auth.unix.order = 11200;
|
||||||
|
|
||||||
|
services = {
|
||||||
|
gvfs.enable = true;
|
||||||
|
udisks2.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue