more style & comfort update

This commit is contained in:
chloe 2025-01-25 20:37:37 +01:00
parent 5da82a8e80
commit a2bfea4c99
6 changed files with 16 additions and 15 deletions

View file

@ -78,6 +78,7 @@
pkgs.audacious-plugins
pkgs.krita
pkgs.udiskie
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
@ -146,6 +147,12 @@
services.mpris-proxy.enable = true;
services.udiskie = {
enable = true;
tray = "auto";
automount = true;
};
programs.swaylock = {
enable = true;
};