diff --git a/home/desktop/hyprland/animations.nix b/home/hyprland/animations.nix similarity index 100% rename from home/desktop/hyprland/animations.nix rename to home/hyprland/animations.nix diff --git a/home/desktop/hyprland/default.nix b/home/hyprland/default.nix similarity index 100% rename from home/desktop/hyprland/default.nix rename to home/hyprland/default.nix diff --git a/home/desktop/hyprland/execs.nix b/home/hyprland/execs.nix similarity index 100% rename from home/desktop/hyprland/execs.nix rename to home/hyprland/execs.nix diff --git a/home/desktop/hyprland/general.nix b/home/hyprland/general.nix similarity index 100% rename from home/desktop/hyprland/general.nix rename to home/hyprland/general.nix diff --git a/home/desktop/hyprland/hypridle.nix b/home/hyprland/hypridle.nix similarity index 100% rename from home/desktop/hyprland/hypridle.nix rename to home/hyprland/hypridle.nix diff --git a/home/desktop/hyprland/input.nix b/home/hyprland/input.nix similarity index 100% rename from home/desktop/hyprland/input.nix rename to home/hyprland/input.nix diff --git a/home/desktop/hyprland/keybinds.nix b/home/hyprland/keybinds.nix similarity index 100% rename from home/desktop/hyprland/keybinds.nix rename to home/hyprland/keybinds.nix diff --git a/home/desktop/hyprland/misc.nix b/home/hyprland/misc.nix similarity index 100% rename from home/desktop/hyprland/misc.nix rename to home/hyprland/misc.nix diff --git a/home/desktop/hyprland/monitors.nix b/home/hyprland/monitors.nix similarity index 100% rename from home/desktop/hyprland/monitors.nix rename to home/hyprland/monitors.nix diff --git a/home/desktop/hyprland/rules/default.nix b/home/hyprland/rules/default.nix similarity index 100% rename from home/desktop/hyprland/rules/default.nix rename to home/hyprland/rules/default.nix diff --git a/home/desktop/hyprland/rules/windows.nix b/home/hyprland/rules/windows.nix similarity index 100% rename from home/desktop/hyprland/rules/windows.nix rename to home/hyprland/rules/windows.nix diff --git a/home/desktop/hyprland/rules/workspaces.nix b/home/hyprland/rules/workspaces.nix similarity index 100% rename from home/desktop/hyprland/rules/workspaces.nix rename to home/hyprland/rules/workspaces.nix diff --git a/home/desktop/hyprland/theme.nix b/home/hyprland/theme.nix similarity index 100% rename from home/desktop/hyprland/theme.nix rename to home/hyprland/theme.nix diff --git a/modules/core/fonts.nix b/modules/fonts.nix similarity index 100% rename from modules/core/fonts.nix rename to modules/fonts.nix diff --git a/system/core.nix b/system/core.nix index afad0c5..bcc1b2b 100644 --- a/system/core.nix +++ b/system/core.nix @@ -3,18 +3,6 @@ let cfg = config.my.cachyosKernel; in { - services = { - openssh = { - enable = true; # Enable SSH - settings = { - PermitRootLogin = "no"; # Prevent root from SSH login - PasswordAuthentication = true; #Users can SSH using kb and password - KbdInteractiveAuthentication = true; - }; - ports = [22]; - }; - blueman.enab - }; nix = { settings = { download-buffer-size = 200000000;