1

Disable thunar

This commit is contained in:
2023-07-29 15:21:10 +02:00
parent d9583ec0f7
commit 24f4ef7e2a
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
# TODO: Can I replicate something similar for the mylib?
{ {
stdenv, stdenv,
lib, lib,

View File

@ -49,8 +49,8 @@ in {
slurp # Region selector for screensharing slurp # Region selector for screensharing
grim # Grab images from compositor grim # Grab images from compositor
xfce.thunar # xfce.thunar
xfce.tumbler # Thunar thumbnails # xfce.tumbler # Thunar thumbnails
libsForQt5.polkit-kde-agent libsForQt5.polkit-kde-agent
]; ];
@ -64,6 +64,7 @@ in {
}; };
services = { services = {
# TODO: Make a module out of this
# Notification service # Notification service
dunst = { dunst = {
enable = true; enable = true;