Testing out more cursor things and bitwarden CLI

This commit is contained in:
albert 2023-08-27 21:21:24 +09:00
parent 21f936af7b
commit c8f0cf6b6c
3 changed files with 11 additions and 3 deletions

View file

@ -5,6 +5,12 @@
stateVersion = hmStateVersion;
homeDirectory = "/home/${username}";
sessionPath = [ "$HOME/.local/bin" ];
pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 48;
};
};
imports = [

View file

@ -90,6 +90,8 @@
pkgs.nwg-bar # Logout/shutdown/hibernate/lock screen modal UI
pkgs.ranger # TUI file manager
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
# Themes

View file

@ -3,6 +3,6 @@
enable = true;
enableSSHSupport = true;
enableBrowserSocket = true;
pinEntryFlavor = "emacs";
pinentryFlavor = "emacs";
};
}