organizing config and getting rid of withs as much as possible

This commit is contained in:
Christoph Hollizeck 2024-09-06 21:28:59 +02:00
parent 358d57e8eb
commit 3a31a8b5ee
Signed by: Daholli
GPG key ID: 1763BB530F50279E
12 changed files with 142 additions and 57 deletions

View file

@ -1,10 +1,8 @@
{
inputs,
pkgs,
lib,
...
}:
with lib;
with lib.wyrdgard;
{
imports = [ ./hardware.nix ];
@ -25,13 +23,17 @@ with lib.wyrdgard;
apps = {
vivaldi = enabled;
zen-browser = enabled;
discord = enabled;
_1password = enabled;
onedrive = enabled;
factorio-server = enabled;
obs-studio = enabled;
};
services = {
factorio-server = enabled;
onedrive = enabled;
};
system = {
autoUpgrade = {
enable = true;