From c7c74152d356ad21fce4536a3194dc66b6ecdbee Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 4 Aug 2020 00:45:11 -0600 Subject: [PATCH] graphical: reorganize dependant profiles --- profiles/graphical/default.nix | 2 +- profiles/{ => graphical}/games/default.nix | 0 profiles/{ => graphical}/games/udev.nix | 0 profiles/{ => graphical}/im/default.nix | 0 profiles/list.nix | 3 ++- 5 files changed, 3 insertions(+), 2 deletions(-) rename profiles/{ => graphical}/games/default.nix (100%) rename profiles/{ => graphical}/games/udev.nix (100%) rename profiles/{ => graphical}/im/default.nix (100%) 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