fix typos

This commit is contained in:
janis 2025-11-18 18:03:55 +01:00
parent 71e36690a3
commit 68e7869fc3
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8
4 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: { {pkgs, ...}: {
packages = with pkgs; [ home.packages = with pkgs; [
# Video/Image Viewers # Video/Image Viewers
mpv mpv
feh feh

View file

@ -29,7 +29,7 @@ in {
enable = true; enable = true;
systemd = { systemd = {
enable = true; enable = true;
dbusImplementation = "broker"; dbusImplementation = "broker";
}; };
config = { config = {

View file

@ -88,7 +88,7 @@
qt = { qt = {
enable = true; enable = true;
platformTheme = "qtct"; platformTheme.name = "qtct";
style = { style = {
name = "kvantum"; name = "kvantum";
}; };

View file

@ -60,7 +60,6 @@
enable = true; enable = true;
settings = { settings = {
PasswordAuthentication = true; # Enable password authentication. PasswordAuthentication = true; # Enable password authentication.
./user
PermitRootLogin = "yes"; # Allow root login (not recommended for production). PermitRootLogin = "yes"; # Allow root login (not recommended for production).
}; };
}; };