Add Rofimoji support
This commit is contained in:
parent
34aefb17a1
commit
8e3264376e
3 changed files with 13 additions and 2 deletions
11
modules/rofimoji.nix
Normal file
11
modules/rofimoji.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.rofimoji
|
||||
];
|
||||
|
||||
xdg.configFile."rofimoji.rc".text = ''
|
||||
action=copy
|
||||
skin-tone=light
|
||||
'';
|
||||
}
|
||||
2
odin.nix
2
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
|
||||
|
|
|
|||
2
thor.nix
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue