tangled
alpha
login
or
join now
quilling.dev
/
nixos-config
2
fork
atom
My personal nix config files. Feel free to import flake.
2
fork
atom
overview
issues
pulls
pipelines
disable sddm theme
quilling.dev
10 months ago
2b374848
e3622e25
+52
-52
1 changed file
expand all
collapse all
unified
split
modules
nixos
by-category
gui
programs.nix
+52
-52
modules/nixos/by-category/gui/programs.nix
···
82
82
enable = true;
83
83
wayland.enable = true;
84
84
wayland.compositor = "kwin";
85
85
-
theme = ''${ # <-- string interpolation and nix expression inside {}
86
86
-
pkgs.sddm-sugar-candy.override {
87
87
-
settings = {
88
88
-
# Background = image_mountains;
89
89
-
DimBackgroundImage = "0.0";
90
90
-
ScaleImageCropped = true;
91
91
-
ScreenWidth = "1920";
92
92
-
ScreenHeight = "1080";
93
93
-
FullBlur = false;
94
94
-
PartialBlur = true;
95
95
-
BlurRadius = "100";
96
96
-
HaveFormBackground = false;
97
97
-
FormPosition = "center";
98
98
-
BackgroundImageHAlignment = "center";
99
99
-
BackgroundImageVAlignment = "center";
100
100
-
MainColor = "white";
101
101
-
AccentColor = "#fb884f";
102
102
-
BackgroundColor = "#444";
103
103
-
OverrideLoginButtonTextColor = "";
104
104
-
InterfaceShadowSize = "6";
105
105
-
InterfaceShadowOpacity = "0.6";
106
106
-
RoundCorners = "20";
107
107
-
ScreenPadding = "0";
108
108
-
# Font = "Noto Sans";
109
109
-
FontSize = "";
110
110
-
ForceRightToLeft = false;
111
111
-
ForceLastUser = true;
112
112
-
ForcePasswordFocus = true;
113
113
-
ForceHideCompletePassword = true;
114
114
-
ForceHideVirtualKeyboardButton = false;
115
115
-
ForceHideSystemButtons = false;
116
116
-
AllowEmptyPassword = false;
117
117
-
AllowBadUsernames = false;
118
118
-
Locale = "";
119
119
-
HourFormat = "HH:mm";
120
120
-
DateFormat = "dddd, d of MMMM";
121
121
-
HeaderText = "${config.networking.hostName}";
122
122
-
TranslatePlaceholderUsername = "";
123
123
-
TranslatePlaceholderPassword = "";
124
124
-
TranslateShowPassword = "";
125
125
-
TranslateLogin = "";
126
126
-
TranslateLoginFailedWarning = "";
127
127
-
TranslateCapslockWarning = "";
128
128
-
TranslateSession = "";
129
129
-
TranslateSuspend = "";
130
130
-
TranslateHibernate = "";
131
131
-
TranslateReboot = "";
132
132
-
TranslateShutdown = "";
133
133
-
TranslateVirtualKeyboardButton = "";
134
134
-
};
135
135
-
}
136
136
-
}'';
85
85
+
# theme = ''${ # <-- string interpolation and nix expression inside {}
86
86
+
# pkgs.sddm-sugar-candy.override {
87
87
+
# settings = {
88
88
+
# # Background = image_mountains;
89
89
+
# DimBackgroundImage = "0.0";
90
90
+
# ScaleImageCropped = true;
91
91
+
# ScreenWidth = "1920";
92
92
+
# ScreenHeight = "1080";
93
93
+
# FullBlur = false;
94
94
+
# PartialBlur = true;
95
95
+
# BlurRadius = "100";
96
96
+
# HaveFormBackground = false;
97
97
+
# FormPosition = "center";
98
98
+
# BackgroundImageHAlignment = "center";
99
99
+
# BackgroundImageVAlignment = "center";
100
100
+
# MainColor = "white";
101
101
+
# AccentColor = "#fb884f";
102
102
+
# BackgroundColor = "#444";
103
103
+
# OverrideLoginButtonTextColor = "";
104
104
+
# InterfaceShadowSize = "6";
105
105
+
# InterfaceShadowOpacity = "0.6";
106
106
+
# RoundCorners = "20";
107
107
+
# ScreenPadding = "0";
108
108
+
# # Font = "Noto Sans";
109
109
+
# FontSize = "";
110
110
+
# ForceRightToLeft = false;
111
111
+
# ForceLastUser = true;
112
112
+
# ForcePasswordFocus = true;
113
113
+
# ForceHideCompletePassword = true;
114
114
+
# ForceHideVirtualKeyboardButton = false;
115
115
+
# ForceHideSystemButtons = false;
116
116
+
# AllowEmptyPassword = false;
117
117
+
# AllowBadUsernames = false;
118
118
+
# Locale = "";
119
119
+
# HourFormat = "HH:mm";
120
120
+
# DateFormat = "dddd, d of MMMM";
121
121
+
# HeaderText = "${config.networking.hostName}";
122
122
+
# TranslatePlaceholderUsername = "";
123
123
+
# TranslatePlaceholderPassword = "";
124
124
+
# TranslateShowPassword = "";
125
125
+
# TranslateLogin = "";
126
126
+
# TranslateLoginFailedWarning = "";
127
127
+
# TranslateCapslockWarning = "";
128
128
+
# TranslateSession = "";
129
129
+
# TranslateSuspend = "";
130
130
+
# TranslateHibernate = "";
131
131
+
# TranslateReboot = "";
132
132
+
# TranslateShutdown = "";
133
133
+
# TranslateVirtualKeyboardButton = "";
134
134
+
# };
135
135
+
# }
136
136
+
# }'';
137
137
package = lib.mkForce pkgs.libsForQt5.sddm;
138
138
extraPackages = with pkgs;
139
139
lib.mkForce [