diff --git a/home/aly-hyprland.nix b/home/aly-hyprland.nix index 9a3fb585..9b2d62a3 100644 --- a/home/aly-hyprland.nix +++ b/home/aly-hyprland.nix @@ -2,5 +2,5 @@ { imports = - [ ./common.nix ./common-gui.nix ./shell ./hypr ./waybar ./mako ./bemenu ]; + [ ./common.nix ./common-gui.nix ./hypr ./waybar ./mako ./bemenu ]; } diff --git a/home/common.nix b/home/common.nix index b3f04da0..36d6c3d4 100644 --- a/home/common.nix +++ b/home/common.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: { + imports = [ ./shell ]; home.username = "aly"; home.homeDirectory = "/home/aly";