mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-08 16:30:42 +01:00
feat: enable/disable some modules, remove unused bindings
This commit is contained in:
parent
d945ae41d6
commit
6d165e59c6
2 changed files with 4 additions and 17 deletions
|
|
@ -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) ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue