First commit

This commit is contained in:
Lomig 2025-08-21 11:21:15 +02:00
parent 9532c89e63
commit ca0610b675
13 changed files with 597 additions and 40 deletions

11
apps/browser.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
programs.floorp = {
enable = true ;
languagePacks = [ "fr" ] ;
};
programs.firefox = {
enable = true ;
languagePacks = [ "fr" ] ;
};
}