mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-08 08:03:46 +01:00
add dolphin
This commit is contained in:
@@ -263,6 +263,7 @@ in {
|
||||
acpi
|
||||
# fcitx5
|
||||
# fcitx5-configtool
|
||||
dolphin
|
||||
]);
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
@@ -52,6 +52,7 @@ myConfig =
|
||||
}
|
||||
`additionalKeysP` [ ("M-b", spawn browser),
|
||||
("M-c", spawn "chromium"),
|
||||
("M-e", spawn "dolphin"),
|
||||
-- , ("M-t", spawn terminal)
|
||||
-- , ("M-S-Enter", spawn terminal)
|
||||
-- , ("<Print>", spawn "scrot ~/Pictures/Screenshots/%b-%d::%H-%M-%S.png")
|
||||
|
||||
Reference in New Issue
Block a user