add placeholder for matrix implementation
This commit is contained in:
parent
a9fb912e92
commit
4648d6b51a
3 changed files with 136 additions and 79 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue