mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 22:54:01 +05:30
Cleanup
This commit is contained in:
parent
98b74c560c
commit
da4e23a0d9
48 changed files with 71 additions and 3897 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue