refactor: extract more things from flake.nix

This commit is contained in:
lelgenio 2024-10-01 12:22:18 -03:00
parent f7a0747d62
commit 54e6c10bac
3 changed files with 10 additions and 10 deletions

View file

@ -0,0 +1,7 @@
{
imports = [ ../module.nix ];
programs.dzgui.enable = true;
boot.isContainer = true;
system.stateVersion = "24.05";
}