Switch to eww for status bar
This commit is contained in:
parent
f4c7c3e1e2
commit
106a9f4b38
15 changed files with 704 additions and 10 deletions
|
|
@ -64,10 +64,8 @@ in
|
|||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
# Monospace
|
||||
victor-mono
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
jetbrains-mono
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
|
|
@ -78,7 +76,18 @@ in
|
|||
})
|
||||
font-awesome
|
||||
emacs-all-the-icons-fonts
|
||||
|
||||
# Regular
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
source-sans-pro
|
||||
|
||||
# Display
|
||||
quicksand
|
||||
|
||||
# Unicode
|
||||
symbola
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,11 @@
|
|||
ffmpeg
|
||||
openssl
|
||||
jaq
|
||||
socat
|
||||
git
|
||||
wget
|
||||
libnotify
|
||||
inotify-tools
|
||||
ripgrep
|
||||
unzip
|
||||
tldr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue