diff --git a/common/components/de/plasma5.nix b/common/components/de/plasma5.nix index 9faabf5..65d5824 100644 --- a/common/components/de/plasma5.nix +++ b/common/components/de/plasma5.nix @@ -1,4 +1,8 @@ -{pkgs, lib, ...}: { +{ + pkgs, + lib, + ... +}: { imports = [ ./sddm.nix ./plasma-packages.nix @@ -12,7 +16,7 @@ services.displayManager = { defaultSession = "plasma"; - + # Disable Wayland sddm.wayland.enable = lib.mkForce false; }; diff --git a/common/hardware/latest-kernel.nix b/common/hardware/latest-kernel.nix index abc3c67..2cccd44 100644 --- a/common/hardware/latest-kernel.nix +++ b/common/hardware/latest-kernel.nix @@ -1,4 +1,8 @@ -{pkgs, lib, ...}: { +{ + pkgs, + lib, + ... +}: { boot = { kernelPackages = lib.mkForce pkgs.linuxPackages_latest; }; diff --git a/hosts/enry/configuration.nix b/hosts/enry/configuration.nix index 5fbf5cf..ba0e6e7 100644 --- a/hosts/enry/configuration.nix +++ b/hosts/enry/configuration.nix @@ -18,7 +18,7 @@ in { hostName = "enry"; }; - nix.settings.trusted-users = [ "root" "@wheel" ]; + nix.settings.trusted-users = ["root" "@wheel"]; users.users.tasia = { isNormalUser = true; diff --git a/pkgs/vedirect-reader/default.nix b/pkgs/vedirect-reader/default.nix index 9ab3567..68fecc4 100644 --- a/pkgs/vedirect-reader/default.nix +++ b/pkgs/vedirect-reader/default.nix @@ -1,7 +1,8 @@ -{ pkgs ? import {}, - lib ? import }: - -pkgs.buildNpmPackage rec { +{ + pkgs ? import {}, + lib ? import , +}: +pkgs.buildNpmPackage rec { pname = "vedirect-reader"; version = "0.0.0";