From 68e7869fc3f9a312431e503ffae811d4a673300b Mon Sep 17 00:00:00 2001 From: janis Date: Tue, 18 Nov 2025 18:03:55 +0100 Subject: [PATCH] fix typos --- home/desktop-apps.nix | 2 +- home/sway.nix | 2 +- home/theme.nix | 2 +- system/core.nix | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/home/desktop-apps.nix b/home/desktop-apps.nix index d4a01b7..f73af70 100644 --- a/home/desktop-apps.nix +++ b/home/desktop-apps.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - packages = with pkgs; [ + home.packages = with pkgs; [ # Video/Image Viewers mpv feh diff --git a/home/sway.nix b/home/sway.nix index 1c7441b..d34bd5c 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -29,7 +29,7 @@ in { enable = true; systemd = { enable = true; - dbusImplementation = "broker"; + dbusImplementation = "broker"; }; config = { diff --git a/home/theme.nix b/home/theme.nix index cea6308..8438e51 100644 --- a/home/theme.nix +++ b/home/theme.nix @@ -88,7 +88,7 @@ qt = { enable = true; - platformTheme = "qtct"; + platformTheme.name = "qtct"; style = { name = "kvantum"; }; diff --git a/system/core.nix b/system/core.nix index 576f51f..580d232 100644 --- a/system/core.nix +++ b/system/core.nix @@ -60,7 +60,6 @@ enable = true; settings = { PasswordAuthentication = true; # Enable password authentication. - ./user PermitRootLogin = "yes"; # Allow root login (not recommended for production). }; };