Added upower.

Added bitwarden desktop app.
Set zsh keymap to emacs.
Added qutebrowser and changed variable to make sure it doesn't look like crap.
This commit is contained in:
vorboyvo 2024-05-26 08:46:51 -04:00
parent 6dbb38b42f
commit 8a35a13902
2 changed files with 5 additions and 2 deletions

View file

@ -84,12 +84,13 @@ in {
jq
xdg-terminal-exec
blueman
upower
] ++ # Basic utilities
[ bitwarden-cli htop snore hledger hledger-ui ]
++ # Personalized selection of command-line (CLI/TUI) apps
[ terminal ] ++ # Terminal emulator
[
firefox
qutebrowser
cinnamon.nemo
gnome.file-roller
cinnamon.nemo-fileroller
@ -112,6 +113,7 @@ in {
keepassxc
zulip
filezilla
bitwarden
] ++ # Personalized selection of graphical apps
[ mons ] ++ # Games
[ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages

View file

@ -8,9 +8,10 @@
PS1='%(?..[%?] )%B%F{green}[%n@%m %~]%(!.#.$)%f%b '
'';
profileExtra = ''
export VISUAL=nvim
export QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor
# If running from tty1 start sway
[ "$(tty)" = "/dev/tty1" ] && exec sway
'';
defaultKeymap = "emacs";
};
}