fix typos
This commit is contained in:
parent
71e36690a3
commit
68e7869fc3
|
|
@ -1,5 +1,5 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Video/Image Viewers
|
# Video/Image Viewers
|
||||||
mpv
|
mpv
|
||||||
feh
|
feh
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "qtct";
|
platformTheme.name = "qtct";
|
||||||
style = {
|
style = {
|
||||||
name = "kvantum";
|
name = "kvantum";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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).
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue