Begin implement home

This commit is contained in:
Florian RICHER 2024-05-26 01:10:42 +02:00
parent 5a593616f8
commit cc46a03e64
12 changed files with 63 additions and 11 deletions

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
imports = [
./chromium
./flatpak
./jetbrainsToolbox
./kitty
./vscode
];
}