add udiskie

This commit is contained in:
gwg313 2026-05-03 16:50:22 -04:00
parent cfb712fab3
commit ffedb0d8b7
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 13 additions and 1 deletions

View file

@ -45,6 +45,7 @@
''; '';
in in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
kdePackages.dolphin kdePackages.dolphin
kdePackages.kio kdePackages.kio
@ -53,7 +54,8 @@
kdePackages.ark kdePackages.ark
kdePackages.ffmpegthumbs kdePackages.ffmpegthumbs
kdePackages.kdegraphics-thumbnailers kdePackages.kdegraphics-thumbnailers
# whitesur-icon-theme kdePackages.kpipewire
whitesur-icon-theme
]; ];
# Helps some non-KDE apps pick Dolphin for directory browsing. # Helps some non-KDE apps pick Dolphin for directory browsing.
@ -138,6 +140,14 @@
"application/x-rar" "application/x-rar"
]; ];
}; };
services.udiskie = {
enable = true;
settings = {
program_options = {
file_manager = "${pkgs.kdePackages.dolphin}/bin/dolphin";
};
};
};
home.sessionVariables = { home.sessionVariables = {
XDG_ICON_DIR = "${pkgs.whitesur-icon-theme}/share/icons/WhiteSur"; XDG_ICON_DIR = "${pkgs.whitesur-icon-theme}/share/icons/WhiteSur";

View file

@ -5,6 +5,8 @@
( (
{ pkgs, ... }: { pkgs, ... }:
{ {
services.udisks2.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wlr-randr wlr-randr
wl-clipboard wl-clipboard