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:
parent
98f228fca7
commit
e693ed5d3d
7 changed files with 130 additions and 191 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue