This commit is contained in:
Emmet 2025-10-26 11:17:06 -05:00
parent 98b74c560c
commit da4e23a0d9
48 changed files with 71 additions and 3897 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, pkgs-stable, config, lib, ... }:
{ inputs, pkgs, config, lib, ... }:
let
cfg = config.systemSettings.hyprland;
@ -48,7 +48,7 @@ in
enableHidpi = true;
theme = "sddm-astronaut-theme";
package = pkgs.kdePackages.sddm;
extraPackages = with pkgs; [
extraPackages = with pkgs; [
(sddm-astronaut.override {
themeConfig = {
background = config.stylix.image;