diff --git a/common/home.nix b/common/home.nix index d49413b..d018438 100644 --- a/common/home.nix +++ b/common/home.nix @@ -26,14 +26,17 @@ let }; in { - imports = [ - ../modules/hyprland.nix - ../modules/games - ../modules/applications - ./nvim/nvim.nix - ./discord/discord.nix - ./spotify.nix - ]; + imports = + [ + ../modules/applications + ../modules/games + ../modules/hyprland.nix + ./nvim/nvim.nix + ] + ++ lib.optionals enableGraphical [ + ./discord/discord.nix + ./spotify.nix + ]; home = { file = {