mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update flake
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687184995,
|
"lastModified": 1687257796,
|
||||||
"narHash": "sha256-aCsa6q6k42g0i2SYHOUZI8xpvKTpCtOmATkzfmo9kA0=",
|
"narHash": "sha256-jWF0LtG4GczLGLsBvXIGaCX+JvTLfawVLLJPtB5CMW0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "6bdd72b914fc3472be807bc9b427650b49808a94",
|
"rev": "e8b5f8f9b3368dcc4814129d6f66c1af7cf3b6e5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -58,6 +58,7 @@
|
|||||||
nerdfonts
|
nerdfonts
|
||||||
roboto
|
roboto
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
open-sans
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -127,10 +128,11 @@
|
|||||||
];
|
];
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
font-size: 0.875rem;
|
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "JetBrains Mono";
|
font-family: "Open Sans";
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 0.875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{ pkgs }: pkgs.fetchurl {
|
{ pkgs }: pkgs.fetchurl {
|
||||||
url = "https://imgur.com/aAWzGqj.jpg";
|
url = "https://i.imgur.com/PDwmNTA.png";
|
||||||
hash = "sha256-iTQS939Zrvjv4rBJ6Y41kdsBBN9lT5yAoJnNg/WiMoA=";
|
hash = "sha256-bQM7RSjI/Lpn+7c9w0/Yr8JmD1ThfjGV9bMWpYFGceo=";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user