more plasma changes

This commit is contained in:
Sean Kovacs 2025-11-08 12:59:18 -05:00
commit d232c420b4
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 209 additions and 11 deletions

View file

@ -6,6 +6,7 @@
config,
lib,
pkgs,
inputs,
...
}:
@ -65,6 +66,8 @@
};
networking.networkmanager.enable = true;
hardware.bluetooth.enable = true;
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {
@ -197,6 +200,7 @@
environment = {
systemPackages = with pkgs; [
git
inputs.kwin-effects-forceblur.packages.${pkgs.stdenv.hostPlatform.system}.default
];
sessionVariables = {
NIXOS_OZONE_WL = "1";