add adam site

This commit is contained in:
Kopatz
2024-05-24 16:04:38 +02:00
parent f929bbe487
commit d268730104
8 changed files with 226 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs, config, ...}:
{ pkgs, config, lib, ...}:
{
imports = [
./audio.nix
./code.nix
./cosmic.nix
./emulators.nix
./gamemode.nix
./games.nix
@@ -15,7 +15,8 @@
./obs.nix
./openrgb.nix
./plasma.nix
#./stylix.nix
#./cosmic.nix
./shared.nix
./stylix.nix
];
}