Switch to rbw and rofi-rbw
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user