chore: apply lints

This commit is contained in:
Bloxx12 2025-07-08 13:57:04 +02:00
commit 2411c0b496
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
16 changed files with 42 additions and 47 deletions

View file

@ -9,21 +9,23 @@
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "uk";
security.polkit.enable = true;
programs.nix-ld.enable = false;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
services = {
fstrim.enable = lib.mkDefault true;
thermald.enable = true;
};
programs.zsh = {
enable = true;
enableBashCompletion = true;
programs = {
nix-ld.enable = false;
zsh = {
enable = true;
enableBashCompletion = true;
};
gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-qt;
};
};
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-qt;
};
modules = {
wms.wayland.enable = true;
desktops.hyprland.enable = false;