Add file browser

This commit is contained in:
2026-02-11 10:19:15 +01:00
committed by armel
parent eaf7043af3
commit 0d7a1b06e8
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.rofi-file-browser
];
programs.rofi = {
enable = true;
theme = "material";