This commit is contained in:
Miguel Palhas
2025-04-10 14:13:43 +01:00
parent 2a6f4ae648
commit 002765d5a6
7 changed files with 79 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
{ inputs, pkgs, ... }:
{
home.packages = [ inputs.zen-browser.packages.x86_64-linux.twilight-official ];
}