split unused apps

This commit is contained in:
chloe 2025-03-14 09:15:56 +01:00
parent 0e916f7c08
commit f4d1078dc8
3 changed files with 61 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{config, ...}:
{ config, ... }:
{
imports = [
./wine.nix
@ -8,6 +8,7 @@
./discord.nix
./ollama.nix
./steam.nix
./workstation.nix
];
}