organize web related config

This commit is contained in:
willifan 2024-06-16 22:45:37 +02:00
parent 0a8bb06aeb
commit 6591738491
4 changed files with 12 additions and 2 deletions

View File

@ -7,11 +7,10 @@
./games
./hyprland
./theme
./web
./firefox.nix
./kitty.nix
./thunar.nix
./thunderbird.nix
];
}

View File

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
imports = [
./firefox.nix
./thunderbird.nix
];
}