diff options
| author | Fuwn <[email protected]> | 2024-09-15 04:21:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-15 04:21:01 -0700 |
| commit | a08aed9cd56b24568039b48c273e88abf9155ac8 (patch) | |
| tree | 91f5a893170d4d71290de4b2f304e6f0512d7b09 /home | |
| parent | revert: browsers: use zen-browser-flake (diff) | |
| download | nixos-config-a08aed9cd56b24568039b48c273e88abf9155ac8.tar.xz nixos-config-a08aed9cd56b24568039b48c273e88abf9155ac8.zip | |
wayland: wayneko
Diffstat (limited to 'home')
| -rw-r--r-- | home/ebisu/fortune/desktop/default.nix | 1 | ||||
| -rw-r--r-- | home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/home/ebisu/fortune/desktop/default.nix b/home/ebisu/fortune/desktop/default.nix index 8af173b..d50ad08 100644 --- a/home/ebisu/fortune/desktop/default.nix +++ b/home/ebisu/fortune/desktop/default.nix @@ -23,5 +23,6 @@ bibata-cursors xorg.xlsclients libnotify + wayneko ]; } diff --git a/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix b/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix index 00f2847..446ed73 100644 --- a/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix +++ b/home/ebisu/fortune/desktop/hyprland/hyprland/executions.nix @@ -11,6 +11,7 @@ "waybar" "hyprctl setcursor Bibata-Modern-Ice 18" "trayscale --hide-window" + "${pkgs.wayneko}/bin/wayneko" # Fcitx5 "fcitx5-remote -r" |