mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
user: many changes
- remove qutebrowser as it is broken - fix foot systemd units - fix waybar fonts - add some packages
This commit is contained in:
parent
2e3f52a60e
commit
41d35b3cc9
4 changed files with 11 additions and 10 deletions
|
@ -7,7 +7,8 @@
|
|||
./helix
|
||||
./wayland
|
||||
./mpv
|
||||
./qutebrowser
|
||||
# broken
|
||||
# ./qutebrowser
|
||||
./spotify
|
||||
./ssh
|
||||
./theme
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -102,7 +102,6 @@
|
|||
|
||||
xdg.configFile."waybar/style.css".text = ''
|
||||
* {
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif, Iosevka Nerd Font;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue