Switch to rbw and rofi-rbw
This commit is contained in:
parent
a3341fa7d0
commit
10a7a4fabe
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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"
|
||||
|
@ -20,7 +20,8 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wireguard-tools
|
||||
#bitwarden-cli
|
||||
rbw
|
||||
rofi-rbw-x11
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user