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

View file

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