Disable thunar
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
# TODO: Can I replicate something similar for the mylib?
|
||||||
{
|
{
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user