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, ...}: {
packages = with pkgs; [
home.packages = with pkgs; [
# Video/Image Viewers
mpv
feh

View file

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

View file

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

View file

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