From 27dd68f86b465b28597e76a18e7dff4d37cc28ad Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 19:52:50 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 19:52:50 --- home/{desktop => }/hyprland/animations.nix | 0 home/{desktop => }/hyprland/default.nix | 0 home/{desktop => }/hyprland/execs.nix | 0 home/{desktop => }/hyprland/general.nix | 0 home/{desktop => }/hyprland/hypridle.nix | 0 home/{desktop => }/hyprland/input.nix | 0 home/{desktop => }/hyprland/keybinds.nix | 0 home/{desktop => }/hyprland/misc.nix | 0 home/{desktop => }/hyprland/monitors.nix | 0 home/{desktop => }/hyprland/rules/default.nix | 0 home/{desktop => }/hyprland/rules/windows.nix | 0 home/{desktop => }/hyprland/rules/workspaces.nix | 0 home/{desktop => }/hyprland/theme.nix | 0 modules/{core => }/fonts.nix | 0 system/core.nix | 12 ------------ 15 files changed, 12 deletions(-) rename home/{desktop => }/hyprland/animations.nix (100%) rename home/{desktop => }/hyprland/default.nix (100%) rename home/{desktop => }/hyprland/execs.nix (100%) rename home/{desktop => }/hyprland/general.nix (100%) rename home/{desktop => }/hyprland/hypridle.nix (100%) rename home/{desktop => }/hyprland/input.nix (100%) rename home/{desktop => }/hyprland/keybinds.nix (100%) rename home/{desktop => }/hyprland/misc.nix (100%) rename home/{desktop => }/hyprland/monitors.nix (100%) rename home/{desktop => }/hyprland/rules/default.nix (100%) rename home/{desktop => }/hyprland/rules/windows.nix (100%) rename home/{desktop => }/hyprland/rules/workspaces.nix (100%) rename home/{desktop => }/hyprland/theme.nix (100%) rename modules/{core => }/fonts.nix (100%) 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;