add dolphin

This commit is contained in:
Asaki Yuki 2026-04-09 17:40:16 +07:00
parent 68b4561321
commit fbbfb2d800
4 changed files with 11 additions and 2 deletions

View file

@ -25,5 +25,7 @@
(libs.root "/options/desktop/default.nix")
(libs.root "/overlays/nixpkgs.nix")
];
xdg.menus.enable = true;
}

View file

@ -0,0 +1,3 @@
{ ... }: {
programs.dolphin.enable = true;
}

View file

@ -33,7 +33,11 @@ in
brightnessctl
php
ntfs3g
# wine64
wine
wine64
winetricks
protontricks
quickshell
bluetuith

View file

@ -9,7 +9,7 @@
"SUPER, J, togglesplit,"
"SUPER, E, exec, dolphin"
"ALT, F4, killactive"
"SUPER, C, killactive"
"SUPER SHIFT, LEFT, resizeactive, -25 0"
"SUPER SHIFT, RIGHT, resizeactive, 25 0"