Add gui to home configs

This commit is contained in:
Evie Litherland-Smith 2023-03-29 13:14:17 +01:00
parent 8f2890fc76
commit ab7b4d9882
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
./home/common.nix ./home/common.nix
./home/messaging.nix ./home/gui.nix
./home/dev.nix ./home/dev.nix
./home/nomachine.nix ./home/nomachine.nix
./home/python310.nix ./home/python310.nix

View file

@ -1,11 +1,11 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
./home/common.nix ./home/common.nix
./home/gui.nix
./home/gaming.nix ./home/gaming.nix
./home/messaging.nix ./home/messaging.nix
./home/dev.nix ./home/neovim.nix
./home/nomachine.nix ./home/nomachine.nix
./home/python310.nix
]; ];
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
# paths it should manage. # paths it should manage.