Clean up icon sizes. I think I have it figured out

This commit is contained in:
albert 2023-08-27 22:17:56 +09:00
parent f7fdd8f8f4
commit 7d15285168
3 changed files with 8 additions and 2 deletions

View file

@ -9,7 +9,7 @@
monitor=,highrr,auto,1.25 monitor=,highrr,auto,1.25
# https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/
env = GDK_SCALE,2 env = GDK_SCALE,1
env = XCURSOR_SIZE,48 env = XCURSOR_SIZE,48
# unscale XWayland # unscale XWayland

View file

@ -93,6 +93,7 @@
pkgs.bitwarden-cli # Bitwarden for rofi pkgs.bitwarden-cli # Bitwarden for rofi
pkgs.bitwarden-menu # 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 # Themes
pkgs.gruvbox-gtk-theme # Gruvbox Theme pkgs.gruvbox-gtk-theme # Gruvbox Theme

View file

@ -5,4 +5,9 @@
enableBrowserSocket = true; enableBrowserSocket = true;
pinentryFlavor = "emacs"; pinentryFlavor = "emacs";
}; };
environment.systemPackages = with pkgs; [
gpg-tui
gnupg
];
} }