Add initial rofi lib
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
# TODO: The keys to reset the workspaces need to depend on actual workspace config
|
||||
# TODO: Many of the text file generations can be made simpler with pipe and concatLines functions...
|
||||
{
|
||||
config,
|
||||
nixosConfig,
|
||||
|
@ -19,6 +19,11 @@ in {
|
||||
rofi-wayland
|
||||
];
|
||||
|
||||
home.file.".config/rofi/menu-power.fish".text = mylib.rofi.mkSimpleMenu {
|
||||
"Poweroff" = "poweroff";
|
||||
"Reload Hyprland" = "hyprctl reload";
|
||||
};
|
||||
|
||||
home.activation = {
|
||||
# NOTE: Keep the rofi config symlinked, to allow easy changes with hotreload
|
||||
linkRofiConfig =
|
||||
|
Reference in New Issue
Block a user