Add gui to home configs
This commit is contained in:
parent
8f2890fc76
commit
ab7b4d9882
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue