diff --git a/hosts/muvm/configuration.nix b/hosts/muvm/configuration.nix new file mode 100644 index 0000000..c2b1b96 --- /dev/null +++ b/hosts/muvm/configuration.nix @@ -0,0 +1,45 @@ +{ 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