Compare commits
No commits in common. "0ecf54e3d503395c205a3b157657949eb3af79c4" and "e923b28c6ceb5f340828096e3192c1715ff7b7e4" have entirely different histories.
0ecf54e3d5
...
e923b28c6c
|
@ -9,7 +9,6 @@
|
||||||
./flameshot.nix
|
./flameshot.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./laptop.nix
|
./laptop.nix
|
||||||
./rofi.nix
|
|
||||||
./secrets
|
./secrets
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./themes
|
./themes
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
let
|
|
||||||
cfg = config.my.home.rofi;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.my.home.rofi = with lib; {
|
|
||||||
enable = (mkEnableOption "rofi configuration") // { default = true; };
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
programs.rofi = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
|
||||||
extraConfig = {
|
|
||||||
ssh-client = "${pkgs.mosh}/bin/mosh";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -91,7 +91,6 @@ in
|
||||||
"XF86MonBrightnessUp" = "exec --no-startup-id light -A 5";
|
"XF86MonBrightnessUp" = "exec --no-startup-id light -A 5";
|
||||||
|
|
||||||
"${modifier}+l" = "exec --no-startup-id betterlockscreen --lock";
|
"${modifier}+l" = "exec --no-startup-id betterlockscreen --lock";
|
||||||
"${modifier}+d" = "exec ${pkgs.rofi}/bin/rofi -show run";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
modes =
|
modes =
|
||||||
|
|
Loading…
Reference in a new issue