Setting up rofi

This commit is contained in:
Miguel Palhas
2024-10-05 11:44:41 +01:00
parent ccbcd5601f
commit e2f324ffaa
18 changed files with 199 additions and 157 deletions
+13 -2
View File
@@ -1,4 +1,10 @@
{ inputs, pkgs, fonts, ... }: {
{
inputs,
pkgs,
fonts,
...
}:
{
fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
@@ -6,7 +12,12 @@
libertine
fira-code
fira-code-symbols
(nerdfonts.override { fonts = [ "FiraCode" "VictorMono" ]; })
(nerdfonts.override {
fonts = [
"FiraCode"
"VictorMono"
];
})
];
fontconfig = {