add dolphin
This commit is contained in:
parent
68b4561321
commit
fbbfb2d800
4 changed files with 11 additions and 2 deletions
3
modules/features/system/dolphin.nix
Normal file
3
modules/features/system/dolphin.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
programs.dolphin.enable = true;
|
||||
}
|
||||
|
|
@ -33,7 +33,11 @@ in
|
|||
brightnessctl
|
||||
php
|
||||
ntfs3g
|
||||
# wine64
|
||||
|
||||
wine
|
||||
wine64
|
||||
winetricks
|
||||
protontricks
|
||||
|
||||
quickshell
|
||||
bluetuith
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue