{ config, lib, pkgs, inputs, system, ... }: let cfg = config.mods; in { # Hardware imports = [ ./hardware-configuration.nix ]; # System mods.user.name = "muon"; networking.hostName = "mups"; mods.home.file = ./home.nix; # Modules mods.desktop.enable = true; mods.theme.enable = true; mods.theme.scheme = "woodland"; mods.theme.wallpaper = ./wallpaper.png; services.xserver.windowManager.i3.enable = true; # Proprietary