mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update flake
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
nerdfonts
|
||||
roboto
|
||||
jetbrains-mono
|
||||
open-sans
|
||||
];
|
||||
};
|
||||
|
||||
@@ -127,10 +128,11 @@
|
||||
];
|
||||
style = ''
|
||||
* {
|
||||
font-size: 0.875rem;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "JetBrains Mono";
|
||||
font-family: "Open Sans";
|
||||
font-weight: 600;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ pkgs }: pkgs.fetchurl {
|
||||
url = "https://imgur.com/aAWzGqj.jpg";
|
||||
hash = "sha256-iTQS939Zrvjv4rBJ6Y41kdsBBN9lT5yAoJnNg/WiMoA=";
|
||||
url = "https://i.imgur.com/PDwmNTA.png";
|
||||
hash = "sha256-bQM7RSjI/Lpn+7c9w0/Yr8JmD1ThfjGV9bMWpYFGceo=";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user