1
0
Fork 0

rename haskell-dialog

This commit is contained in:
Malte Brandy 2022-05-28 12:31:36 +02:00
parent da84508a66
commit dda4352fb8
3 changed files with 4 additions and 4 deletions

View file

@ -245,7 +245,7 @@ in {
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/hotkeys" = {
binding = "<Super>space";
command = "foot ${pkgs.haskell-dialog}/bin/hotkeys ${pkgs.writeText "hotkeys.yaml" (builtins.toJSON hotkeys)}";
command = "foot ${pkgs.wizards-dialog}/bin/hotkeys ${pkgs.writeText "hotkeys.yaml" (builtins.toJSON hotkeys)}";
name = "Hotkeys";
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/standby" = {

View file

@ -11,9 +11,9 @@
"url": "https://github.com/srid/emanote/archive/0375bfe35d53b10c8b8449b077ac54c0a841c23a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"haskell-dialog": {
"wizards-dialog": {
"branch": "main",
"repo": "git@hera.m-0.eu:haskell-dialog",
"repo": "git@hera.m-0.eu:wizards-dialog",
"rev": "a80acf600bc7d7c2400e6b3aa0f39f96d1b5c4db",
"type": "git"
},

View file

@ -1,3 +1,3 @@
_: prev: {
haskell-dialog = prev.unstableHaskellPackages.callCabal2nix "haskell-dialog" prev.sources.haskell-dialog {};
wizards-dialog = prev.unstableHaskellPackages.callCabal2nix "wizards-dialog" prev.sources.wizards-dialog {};
}