Switch to rbw and rofi-rbw

This commit is contained in:
Random936 2025-03-02 11:25:33 -08:00
parent a3341fa7d0
commit 10a7a4fabe
3 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ lib, ... }: {
{ lib, pkgs, ... }: {
imports = [
../hardware/omen.nix
@ -58,4 +58,12 @@
# Enable bluetooth
hardware.bluetooth.enable = true;
services.blueman.enable = true;
# Setup Pinentry
environment.systemPackages = with pkgs; [ pinentry-gtk2 ];
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gtk2;
enableSSHSupport = true;
};
}

View File

@ -15,11 +15,12 @@ floating_modifier $mod
# Application hot keys
bindsym $mod+Return exec "alacritty"
bindsym $mod+Shift+f exec "firefox"
bindsym $mod+Shift+f exec "qutebrowser"
bindsym $mod+Shift+e exec "emacsclient -c"
bindsym $mod+Shift+d exec "discord"
bindsym $mod+Shift+t exec "thunar"
bindsym $mod+Shift+p exec "flameshot gui"
bindsym $mod+Shift+s exec "flameshot gui"
bindsym $mod+Shift+p exec "rofi-rbw"
# Lock screen with i3lock-fancy
bindsym $mod+Shift+x exec "i3lock-fancy"

View File

@ -20,7 +20,8 @@
home.packages = with pkgs; [
wireguard-tools
#bitwarden-cli
rbw
rofi-rbw-x11
];
home.file = {