1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: add rofi theme

This commit is contained in:
oddlama 2024-06-11 13:14:36 +02:00
parent 98f228fca7
commit e693ed5d3d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 130 additions and 191 deletions

View file

@ -9,11 +9,12 @@
concatMap
elem
flip
getExe
mkIf
mkMerge
optionals
;
rofi-drun = "rofi -show drun -theme ~/.config/rofi/launchers/type-1/style-10.rasi";
in {
home.packages = with pkgs; [
wl-clipboard
@ -47,8 +48,8 @@ in {
"SUPER + CTRL + SHIFT,q,exit"
# Applications
"SUPER,code:49,exec,${getExe pkgs.rofi-wayland} -show drun" # SUPER+^
",Menu,exec,${getExe pkgs.rofi-wayland} -show drun"
"SUPER,code:49,exec,${rofi-drun}" # SUPER+^
",Menu,exec,${rofi-drun}"
"SUPER,t,exec,kitty"
"SUPER,b,exec,firefox"