mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-15 03:12:56 -03:00
refactor: extract more things from flake.nix
This commit is contained in:
parent
f7a0747d62
commit
54e6c10bac
3 changed files with 10 additions and 10 deletions
7
nixos-test/configuration.nix
Normal file
7
nixos-test/configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
imports = [ ../module.nix ];
|
||||
programs.dzgui.enable = true;
|
||||
|
||||
boot.isContainer = true;
|
||||
system.stateVersion = "24.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue