user: many changes

- remove qutebrowser as it is broken
- fix foot systemd units
- fix waybar fonts
- add some packages
This commit is contained in:
Rouven Seifert 2024-02-11 19:59:55 +01:00
parent 2e3f52a60e
commit 41d35b3cc9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 11 additions and 10 deletions

View file

@ -7,7 +7,8 @@
./helix
./wayland
./mpv
./qutebrowser
# broken
# ./qutebrowser
./spotify
./ssh
./theme

View file

@ -29,6 +29,13 @@
programs.foot = {
enable = true;
server.enable = true;
package = pkgs.foot.overrideAttrs (old: {
# don't install systemd units
mesonFlags = old.mesonFlags ++ [
"-Dsystemd-units-dir=''"
];
});
settings = rec {
main = {
shell = "${pkgs.zsh}/bin/zsh";

View file

@ -14,19 +14,16 @@
seafile-client
# graphics
zathura
(zathura.override { plugins = [ zathuraPkgs.zathura_pdf_mupdf ]; })
gimp
ffmpeg
imv
remmina
# bluetooth
blueman
# internet
google-chrome
filezilla
dbeaver
# messaging
tdesktop
@ -51,9 +48,8 @@
xournalpp
libreoffice
mosh
ansible
plover.dev
typst
typst-preview
# programming languages
cargo
@ -68,8 +64,6 @@
# fancy tools
just
himalaya
zellij
nushell
# strace but with colors
(strace.overrideAttrs (_: {
patches = [

View file

@ -102,7 +102,6 @@
xdg.configFile."waybar/style.css".text = ''
* {
font-family: Roboto, Helvetica, Arial, sans-serif, Iosevka Nerd Font;
font-size: 13px;
}