add placeholder for matrix implementation

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-06 21:33:57 +01:00
parent a9fb912e92
commit 4648d6b51a
3 changed files with 136 additions and 79 deletions

View file

@ -1,5 +1,20 @@
{ config, pkgs, lib, ... }:
let
sddmTheme = pkgs.where-is-my-sddm-theme.override {
themeConfig.General = {
showUsersByDefault = true;
background = "/nix/persist/system/wallpaper.png";
backgroundFill = "#252525";
backgroundFillMode = "Image.Pad";
passwordInputWidth = 0.25;
passwordInputBackground = "#60ffffff";
passwordFontSize = 28;
showSessionsByDefault = true;
sessionsFontSize = 24;
usersFontSize = 32;
};
variants = ["qt5"];
};
in {
imports = [
../sway/sway.nix
@ -23,21 +38,7 @@ in {
openscad
orca-slicer
(where-is-my-sddm-theme.override {
themeConfig.General = {
showUsersByDefault = true;
background = "/nix/persist/system/wallpaper.png";
backgroundFill = "#252525";
backgroundFillMode="Image.Pad";
passwordInputWidth = 0.25;
passwordInputBackground = "#60ffffff";
passwordFontSize = 28;
showSessionsByDefault = true;
sessionsFontSize=24;
usersFontSize=32;
};
variants = ["qt5"];
})
sddmTheme
dracula-theme
foot
@ -86,6 +87,7 @@ in {
enable = true;
wayland.enable = true;
theme = "where_is_my_sddm_theme_qt5";
extraPackages = [ sddmTheme ];
};
xdg.portal = {