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; stateVersion = hmStateVersion;
homeDirectory = "/home/${username}"; homeDirectory = "/home/${username}";
sessionPath = [ "$HOME/.local/bin" ]; sessionPath = [ "$HOME/.local/bin" ];
pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 48;
};
}; };
imports = [ imports = [
@ -30,4 +36,4 @@
inputs.nur.overlay inputs.nur.overlay
]; ];
}; };
} }

View file

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

View file

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