configuration: extract nixos config into more files

This commit is contained in:
Leonardo Eugênio 2024-05-27 12:29:42 -03:00
parent 3333772c23
commit 3b411b0c6d
9 changed files with 111 additions and 113 deletions

View file

@ -17,4 +17,7 @@
protontricks
bottles
];
programs.dzgui.enable = true;
programs.dzgui.package = inputs.dzgui-nix.packages.${pkgs.system}.default;
}