don't know where I found this shit

This commit is contained in:
smayzy 2025-07-09 00:18:02 +02:00
parent 9ab7166714
commit 86d3ebf9d2

View File

@ -10,6 +10,6 @@ in
}; };
config = mkIf config.smayzy.floorp.enable { config = mkIf config.smayzy.floorp.enable {
programs.floorp.enable = true; environment.systemPackages = with pkgs; [ floorp ];
}; };
} }