add dolphin
This commit is contained in:
parent
68b4561321
commit
fbbfb2d800
4 changed files with 11 additions and 2 deletions
|
|
@ -25,5 +25,7 @@
|
||||||
(libs.root "/options/desktop/default.nix")
|
(libs.root "/options/desktop/default.nix")
|
||||||
(libs.root "/overlays/nixpkgs.nix")
|
(libs.root "/overlays/nixpkgs.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.menus.enable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
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
|
brightnessctl
|
||||||
php
|
php
|
||||||
ntfs3g
|
ntfs3g
|
||||||
# wine64
|
|
||||||
|
wine
|
||||||
|
wine64
|
||||||
|
winetricks
|
||||||
|
protontricks
|
||||||
|
|
||||||
quickshell
|
quickshell
|
||||||
bluetuith
|
bluetuith
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"SUPER, J, togglesplit,"
|
"SUPER, J, togglesplit,"
|
||||||
"SUPER, E, exec, dolphin"
|
"SUPER, E, exec, dolphin"
|
||||||
|
|
||||||
"ALT, F4, killactive"
|
"SUPER, C, killactive"
|
||||||
|
|
||||||
"SUPER SHIFT, LEFT, resizeactive, -25 0"
|
"SUPER SHIFT, LEFT, resizeactive, -25 0"
|
||||||
"SUPER SHIFT, RIGHT, resizeactive, 25 0"
|
"SUPER SHIFT, RIGHT, resizeactive, 25 0"
|
||||||
|
|
|
||||||
Reference in a new issue