fix typos
This commit is contained in:
parent
71e36690a3
commit
68e7869fc3
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
packages = with pkgs; [
|
||||
home.packages = with pkgs; [
|
||||
# Video/Image Viewers
|
||||
mpv
|
||||
feh
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ in {
|
|||
enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
dbusImplementation = "broker";
|
||||
dbusImplementation = "broker";
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "qtct";
|
||||
platformTheme.name = "qtct";
|
||||
style = {
|
||||
name = "kvantum";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = true; # Enable password authentication.
|
||||
./user
|
||||
PermitRootLogin = "yes"; # Allow root login (not recommended for production).
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue