Clean up icon sizes. I think I have it figured out
This commit is contained in:
parent
f7fdd8f8f4
commit
7d15285168
3 changed files with 8 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
monitor=,highrr,auto,1.25
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/
|
||||
env = GDK_SCALE,2
|
||||
env = GDK_SCALE,1
|
||||
env = XCURSOR_SIZE,48
|
||||
|
||||
# unscale XWayland
|
||||
|
|
|
@ -92,7 +92,8 @@
|
|||
pkgs.xdg-utils # Utilities for better X/Wayland integration
|
||||
pkgs.bitwarden-cli # Bitwarden for rofi
|
||||
pkgs.bitwarden-menu # Bitwarden for rofi
|
||||
inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||
inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||
pkgs.pulsemixer # TUI Pipewire / volume management
|
||||
|
||||
# Themes
|
||||
pkgs.gruvbox-gtk-theme # Gruvbox Theme
|
||||
|
|
|
@ -5,4 +5,9 @@
|
|||
enableBrowserSocket = true;
|
||||
pinentryFlavor = "emacs";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gpg-tui
|
||||
gnupg
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue