From ab7b4d9882450b30aa6a00883174fa47ef1556e4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 29 Mar 2023 13:14:17 +0100 Subject: [PATCH] Add gui to home configs --- nixos/home-H0615-elitherl.nix | 2 +- nixos/home-vanguard-xenia.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/home-H0615-elitherl.nix b/nixos/home-H0615-elitherl.nix index 0502db2d..75869a59 100644 --- a/nixos/home-H0615-elitherl.nix +++ b/nixos/home-H0615-elitherl.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { imports = [ ./home/common.nix - ./home/messaging.nix + ./home/gui.nix ./home/dev.nix ./home/nomachine.nix ./home/python310.nix diff --git a/nixos/home-vanguard-xenia.nix b/nixos/home-vanguard-xenia.nix index 7675a3b0..ee7ebc94 100644 --- a/nixos/home-vanguard-xenia.nix +++ b/nixos/home-vanguard-xenia.nix @@ -1,11 +1,11 @@ { pkgs, ... }: { imports = [ ./home/common.nix + ./home/gui.nix ./home/gaming.nix ./home/messaging.nix - ./home/dev.nix + ./home/neovim.nix ./home/nomachine.nix - ./home/python310.nix ]; # Home Manager needs a bit of information about you and the # paths it should manage.