not far till perfection

This commit is contained in:
Nico
2024-11-25 21:31:03 +01:00
parent 740c47e610
commit 5c0f2c0209
14 changed files with 1008 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
{ pkgs, config, lib,... }:
{
programs.qutebrowser = {
enable = true;
};
}