diff --git a/nixos/systems/omen/default.nix b/nixos/systems/omen/default.nix index 07dec36..a471d12 100644 --- a/nixos/systems/omen/default.nix +++ b/nixos/systems/omen/default.nix @@ -27,15 +27,15 @@ in ({ pkgs, lib, config, secret, ... }: { imports = [ - ./xserver.nix ../../common/steam.nix + ../../common/sound.nix + ./xserver.nix ./grub.nix ./networking.nix ./filesystems.nix ./hardware.nix ./users.nix ./nixpkgs.nix - ../../common/sound.nix ./firewall.nix ./microvm.nix ./impermenance.nix