1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 07:06:19 +00:00

Compare commits

..

3 commits

Author SHA1 Message Date
azikx 72736d659a update  2024-10-20 19:44:22 +09:00
azikx 26f707be36 update  2024-10-20 19:41:30 +09:00
azikx e5e0f9f976 update  2024-10-20 19:36:49 +09:00
3 changed files with 10 additions and 8 deletions

View file

@ -1074,11 +1074,11 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1727721329,
"narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=",
"lastModified": 1729404148,
"narHash": "sha256-OxLb5uMhJI65zQXY+Altq1mI4mDgYkc/ZeQwwRBMsxY=",
"owner": "axax-loll",
"repo": "zen-browser-flake",
"rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc",
"rev": "8062a16083cda535819698aebf08f68f89f607b4",
"type": "github"
},
"original": {

View file

@ -36,7 +36,7 @@ in {
desktopEntries = {
zen = {
name = "Zen Browser";
exec = "appimage-run /home/megamozg/.local/share/zen-specific.AppImage";
exec = "appimage-run ${hmdir}/.local/share/zen-specific.AppImage";
terminal = false;
icon = "firefox";
mimeType = [

View file

@ -1,5 +1,7 @@
{ pkgs, config, ... }: {
wayland.windowManager.hyprland.settings = with pkgs; {
{ pkgs, config, ... }:
let hmdir = config.home.homeDirectory;
in {
wayland.windowManager.hyprland.settings = {
# SHORTCUTS
"$m" = "SUPER";
"$s" = "SHIFT";
@ -63,8 +65,8 @@
"$m, V, exec, ayugram-desktop"
"$m $s, V, exec, vesktop"
"$m, B, exec, floorp"
"$m $s, B, exec, firefox"
"$m, B, exec, appimage-run ${hmdir}.local/share/zen-specific.AppImage"
"$m $s, B, exec, floorp"
"$m, N, exec, kitty -T Explorer yazi"
"$m $s, N, exec, kitty --class=tfm -T Explorer yazi"