diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index 49d936aa..2b493ae6 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -2,7 +2,7 @@ let inherit (builtins) readFile; in { - imports = [ ./sway ../develop ./xmonad ../networkmanager ../im ]; + imports = [ ./sway ../develop ./xmonad ../networkmanager ./im ]; hardware.opengl.enable = true; hardware.opengl.driSupport = true; diff --git a/profiles/games/default.nix b/profiles/graphical/games/default.nix similarity index 100% rename from profiles/games/default.nix rename to profiles/graphical/games/default.nix diff --git a/profiles/games/udev.nix b/profiles/graphical/games/udev.nix similarity index 100% rename from profiles/games/udev.nix rename to profiles/graphical/games/udev.nix diff --git a/profiles/im/default.nix b/profiles/graphical/im/default.nix similarity index 100% rename from profiles/im/default.nix rename to profiles/graphical/im/default.nix diff --git a/profiles/list.nix b/profiles/list.nix index a96f5ccf..25e42df7 100644 --- a/profiles/list.nix +++ b/profiles/list.nix @@ -4,8 +4,9 @@ ./develop/kakoune ./develop/tmux ./develop/zsh - ./games ./graphical + ./graphical/games + ./graphical/im ./graphical/qutebrowser ./graphical/sway ./misc