feat: enable/disable some modules, remove unused bindings

This commit is contained in:
Ahwx 2024-06-21 09:46:03 +02:00
parent d945ae41d6
commit 6d165e59c6
2 changed files with 4 additions and 17 deletions

View file

@ -1,7 +1,5 @@
{inputs, username, host, ...}: {
{ ...}: {
imports =
[(import ./default.nix)]
++ [(import ./rider.nix)] # C# JetBrain editor
# ++ [ (import ./steam.nix) ]
++ [(import ./unity.nix)];
++ [ (import ./steam.nix) ];
}