statix linted the shit out of my code

This commit is contained in:
William 2025-06-16 20:53:16 -03:00
parent 93cf3d5322
commit 98c64ea773
13 changed files with 11 additions and 36 deletions

View file

@ -1,5 +1,3 @@
{ ... }:
{
networking = {
firewall = {

View file

@ -1,5 +1,3 @@
{ ... }:
{
users.users.nginx.extraGroups = [ "acme" ];
}

View file

@ -1,5 +1,3 @@
{ ... }:
{
boot = {
# TODO check if future kernel versions fix boot issue with systemd initrd with tpm

View file

@ -1,5 +1,3 @@
{ ... }:
{
boot.initrd.systemd.services.recreate-root = {
description = "Rolling over and creating new filesystem root";

View file

@ -1,5 +1,3 @@
{ ... }:
{
services = {
keyd = {

View file

@ -123,9 +123,7 @@
qview
]
++ kdepkgs;
plasma6.excludePackages = (
with pkgs.kdePackages;
[
plasma6.excludePackages = with pkgs.kdePackages; [
discover
elisa
gwenview
@ -133,8 +131,7 @@
khelpcenter
konsole
oxygen
]
);
];
};
programs = {
@ -183,7 +180,7 @@
sha256 = "0hdx5sg6fknj1pfnfxvlfwb5h6y1vjr6fyajbsnjph5gkp97c6p1";
bundle = "${pkgs.fetchurl {
url = "https://github.com/SoftFever/OrcaSlicer/releases/download/v2.3.0/OrcaSlicer-Linux-flatpak_V2.3.0_x86_64.flatpak";
sha256 = sha256;
inherit sha256;
}}";
}
### Gaming & Entertainment ###

View file

@ -1,5 +1,3 @@
{ ... }:
{
boot.initrd.systemd.services.recreate-root = {
description = "Rolling over and creating new filesystem root";

View file

@ -1,5 +1,3 @@
{ ... }:
{
services.keyd = {
enable = true;

View file

@ -1,5 +1,3 @@
{ ... }:
{
boot = {
loader.efi.efiSysMountPoint = "/boot";

View file

@ -1,5 +1,3 @@
{ ... }:
{
networking = {
firewall = {

View file

@ -107,7 +107,7 @@ in
users.users = mkIf (cfg.user == "qbittorrent") {
qbittorrent = {
group = cfg.group;
inherit group;
home = cfg.dataDir;
createHome = true;
description = "qBittorrent Daemon user";

View file

@ -1,5 +1,3 @@
{ ... }:
{
stylix.targets = {
blender.enable = false;

View file

@ -1,5 +1,3 @@
{ ... }:
{
gtk = {
enable = true;