splatmoji: remove from config

This commit is contained in:
2024-03-11 07:53:48 +00:00
parent 9f8e42ef92
commit 6822dad9c0
4 changed files with 3 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ in
"rofi-snippets" "rofi-snippets"
"sane-screenshot" "sane-screenshot"
"sane-open-desktop" "sane-open-desktop"
"splatmoji" # used by sway config # "splatmoji" # used by sway config
"sway-contrib.grimshot" # used by sway config "sway-contrib.grimshot" # used by sway config
"swayidle" # enable if you need it "swayidle" # enable if you need it
"swaylock" # used by sway config "swaylock" # used by sway config

View File

@@ -80,7 +80,7 @@ bindsym Print exec sane-open-desktop sane-screenshot.desktop
bindsym $mod+Print exec sane-open-desktop sane-screenshot.desktop bindsym $mod+Print exec sane-open-desktop sane-screenshot.desktop
bindsym $mod+l exec sane-open-desktop swaylock.desktop bindsym $mod+l exec sane-open-desktop swaylock.desktop
bindsym $mod+s exec sane-open-desktop rofi-snippets.desktop bindsym $mod+s exec sane-open-desktop rofi-snippets.desktop
bindsym $mod+slash exec sane-open-desktop splatmoji.desktop # bindsym $mod+slash exec sane-open-desktop splatmoji.desktop
bindsym $mod+d exec sane-open-desktop rofi.desktop bindsym $mod+d exec sane-open-desktop rofi.desktop
bindsym $mod+Return exec sane-open-desktop xdg-terminal-exec.desktop bindsym $mod+Return exec sane-open-desktop xdg-terminal-exec.desktop

View File

@@ -143,14 +143,6 @@ in [
# hash = "sha256-oQEM3EZfAOmfZzDu9faCqyOFZsdHYGn1mVBgkxt68Zg="; # hash = "sha256-oQEM3EZfAOmfZzDu9faCqyOFZsdHYGn1mVBgkxt68Zg=";
# }) # })
# TODO: splatmoji PR is out-of-date
# (fetchpatch' {
# title = "splatmoji: init at 1.2.0";
# prUrl = "https://github.com/NixOS/nixpkgs/pull/211874";
# saneCommit = "75149039b6eaf57d8a92164e90aab20eb5d89196";
# hash = "sha256-abLakAWaRfc8tgu4IwUdR/w8GAuSl+OhQkYozlprD0c=";
# })
# (fetchpatch { # (fetchpatch {
# # stdenv: fix cc for pseudo-crosscompilation # # stdenv: fix cc for pseudo-crosscompilation
# # closed because it breaks pkgsStatic (as of 2023/02/12) # # closed because it breaks pkgsStatic (as of 2023/02/12)

View File

@@ -1,3 +1,4 @@
# earlier attempt to upstream: <https://github.com/NixOS/nixpkgs/pull/211874>
{ lib { lib
, bash , bash
, fetchFromGitHub , fetchFromGitHub