add udiskie
This commit is contained in:
parent
cfb712fab3
commit
ffedb0d8b7
2 changed files with 13 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue