Testing out more cursor things and bitwarden CLI
This commit is contained in:
parent
21f936af7b
commit
c8f0cf6b6c
3 changed files with 11 additions and 3 deletions
|
@ -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 = [
|
||||
|
@ -30,4 +36,4 @@
|
|||
inputs.nur.overlay
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
enableBrowserSocket = true;
|
||||
pinEntryFlavor = "emacs";
|
||||
pinentryFlavor = "emacs";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue