diff --git a/profiles/develop/common.nix b/profiles/develop/common.nix index 6a89d42..faed268 100644 --- a/profiles/develop/common.nix +++ b/profiles/develop/common.nix @@ -1 +1 @@ -{ imports = [ ./zsh ]; } +{ imports = [ ./zsh.nix ]; } diff --git a/profiles/graphical/qtile.nix b/profiles/graphical/qtile.nix index 527af49..e776e47 100644 --- a/profiles/graphical/qtile.nix +++ b/profiles/graphical/qtile.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { - imports = [ ./xserver ]; + imports = [ ./xserver.nix ]; services.xserver.windowManager.qtile.enable = true;