From 8e3264376eb8c871bc899e34a57847b1f44f0e6a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 30 Oct 2021 15:20:09 +0200 Subject: [PATCH] Add Rofimoji support --- modules/rofimoji.nix | 11 +++++++++++ odin.nix | 2 +- thor.nix | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 modules/rofimoji.nix diff --git a/modules/rofimoji.nix b/modules/rofimoji.nix new file mode 100644 index 0000000..f897e44 --- /dev/null +++ b/modules/rofimoji.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: +{ + home.packages = [ + pkgs.rofimoji + ]; + + xdg.configFile."rofimoji.rc".text = '' + action=copy + skin-tone=light + ''; +} diff --git a/odin.nix b/odin.nix index ca2aab0..00bd5f6 100644 --- a/odin.nix +++ b/odin.nix @@ -92,7 +92,6 @@ pentablet-driver procps-ng ripgrep - rofimoji skype slack spotify @@ -162,6 +161,7 @@ # ./modules/polybar.nix ./modules/gtk_theme.nix ./modules/rofi.nix + ./modules/rofimoji.nix # ./modules/screen_locker.nix ./modules/ssh.nix ./modules/starship.nix diff --git a/thor.nix b/thor.nix index ca2aab0..00bd5f6 100644 --- a/thor.nix +++ b/thor.nix @@ -92,7 +92,6 @@ pentablet-driver procps-ng ripgrep - rofimoji skype slack spotify @@ -162,6 +161,7 @@ # ./modules/polybar.nix ./modules/gtk_theme.nix ./modules/rofi.nix + ./modules/rofimoji.nix # ./modules/screen_locker.nix ./modules/ssh.nix ./modules/starship.nix