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). }; };