Compare commits

..

No commits in common. "0ecf54e3d503395c205a3b157657949eb3af79c4" and "e923b28c6ceb5f340828096e3192c1715ff7b7e4" have entirely different histories.

3 changed files with 0 additions and 22 deletions

View file

@ -9,7 +9,6 @@
./flameshot.nix
./git.nix
./laptop.nix
./rofi.nix
./secrets
./starship.nix
./themes

View file

@ -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";
};
};
};
}

View file

@ -91,7 +91,6 @@ in
"XF86MonBrightnessUp" = "exec --no-startup-id light -A 5";
"${modifier}+l" = "exec --no-startup-id betterlockscreen --lock";
"${modifier}+d" = "exec ${pkgs.rofi}/bin/rofi -show run";
};
modes =