From a2b4d0f479fc237d3a601942f827fc3b58c9036e Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Sat, 27 Jun 2026 14:17:02 +0100 Subject: [PATCH] deadnix --- home/arrakis/default.nix | 5 ----- home/common/features/downloads-cleanup.nix | 2 +- home/common/programs/3d.nix | 2 -- home/common/programs/desktop/darkman.nix | 2 +- home/common/programs/dev.nix | 3 --- home/common/programs/gpg.nix | 3 --- home/common/programs/hyprland/cursor.nix | 2 +- home/common/programs/hyprland/default.nix | 1 - home/common/programs/kitty/default.nix | 2 +- home/common/programs/nerd-dictation.nix | 2 -- home/common/programs/opencode/default.nix | 3 --- home/common/programs/unity.nix | 2 +- home/common/programs/yazi/default.nix | 2 -- home/common/programs/zsh.nix | 1 - home/konishi/default.nix | 5 ----- home/konishi/monitors.nix | 4 ---- hosts/arrakis/default.nix | 1 - hosts/arrakis/hardware-configuration.nix | 1 - hosts/common/features/appimage.nix | 2 +- hosts/common/features/display/default.nix | 2 +- hosts/common/features/display/sddm.nix | 2 +- hosts/common/features/docker.nix | 2 +- hosts/common/features/fonts.nix | 2 -- hosts/common/features/gpu/intel-graphics.nix | 2 +- hosts/common/features/home/default.nix | 3 --- hosts/common/features/ledger.nix | 2 +- hosts/common/features/networking.nix | 2 +- hosts/common/features/pipewire.nix | 2 +- hosts/common/features/steam.nix | 1 - hosts/common/features/wine.nix | 2 -- hosts/common/global/nix.nix | 2 -- hosts/common/global/ssh.nix | 2 +- hosts/konishi/default.nix | 2 -- hosts/konishi/hardware-configuration.nix | 2 +- 34 files changed, 15 insertions(+), 60 deletions(-) diff --git a/home/arrakis/default.nix b/home/arrakis/default.nix index e8c14b4..99806c1 100644 --- a/home/arrakis/default.nix +++ b/home/arrakis/default.nix @@ -1,9 +1,4 @@ { - inputs, - lib, - pkgs, - config, - outputs, ... }: { diff --git a/home/common/features/downloads-cleanup.nix b/home/common/features/downloads-cleanup.nix index 2e759d7..effc489 100644 --- a/home/common/features/downloads-cleanup.nix +++ b/home/common/features/downloads-cleanup.nix @@ -1,4 +1,4 @@ -{ pkgs, config, lib, ... }: +{ pkgs, config, ... }: let downloadsDir = "${config.home.homeDirectory}/downloads"; diff --git a/home/common/programs/3d.nix b/home/common/programs/3d.nix index a3e2731..fa9df07 100644 --- a/home/common/programs/3d.nix +++ b/home/common/programs/3d.nix @@ -1,6 +1,4 @@ { - lib, - config, pkgs, ... }: diff --git a/home/common/programs/desktop/darkman.nix b/home/common/programs/desktop/darkman.nix index bdad3ed..87f906a 100644 --- a/home/common/programs/desktop/darkman.nix +++ b/home/common/programs/desktop/darkman.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { home.packages = with pkgs; [ dconf diff --git a/home/common/programs/dev.nix b/home/common/programs/dev.nix index 38406fc..d46bb95 100644 --- a/home/common/programs/dev.nix +++ b/home/common/programs/dev.nix @@ -1,8 +1,5 @@ { - lib, - config, pkgs, - inputs, ... }: { diff --git a/home/common/programs/gpg.nix b/home/common/programs/gpg.nix index daa59cc..9ae2c1e 100644 --- a/home/common/programs/gpg.nix +++ b/home/common/programs/gpg.nix @@ -1,8 +1,5 @@ { - inputs, pkgs, - config, - lib, ... }: { diff --git a/home/common/programs/hyprland/cursor.nix b/home/common/programs/hyprland/cursor.nix index f4b83df..defa2cf 100644 --- a/home/common/programs/hyprland/cursor.nix +++ b/home/common/programs/hyprland/cursor.nix @@ -1,4 +1,4 @@ -{ pkgs, config, inputs, ... }: +{ pkgs, config, ... }: let nordzy-cursors = pkgs.callPackage ../../../../pkgs/nordzy-cursors/package.nix { }; cursorSize = config.custom.hyprland.cursorSize; diff --git a/home/common/programs/hyprland/default.nix b/home/common/programs/hyprland/default.nix index 6a6814d..1b1d0ab 100644 --- a/home/common/programs/hyprland/default.nix +++ b/home/common/programs/hyprland/default.nix @@ -1,6 +1,5 @@ { config, - inputs, lib, pkgs, ... diff --git a/home/common/programs/kitty/default.nix b/home/common/programs/kitty/default.nix index 042d5b5..728b111 100644 --- a/home/common/programs/kitty/default.nix +++ b/home/common/programs/kitty/default.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: let clip2path = pkgs.writeShellScript "clip2path" '' set -e diff --git a/home/common/programs/nerd-dictation.nix b/home/common/programs/nerd-dictation.nix index 33f01e2..823fe0e 100644 --- a/home/common/programs/nerd-dictation.nix +++ b/home/common/programs/nerd-dictation.nix @@ -1,6 +1,4 @@ { - lib, - config, pkgs, ... }: diff --git a/home/common/programs/opencode/default.nix b/home/common/programs/opencode/default.nix index b994891..34ab553 100644 --- a/home/common/programs/opencode/default.nix +++ b/home/common/programs/opencode/default.nix @@ -1,7 +1,4 @@ { - lib, - pkgs, - config, ... }: { diff --git a/home/common/programs/unity.nix b/home/common/programs/unity.nix index 34cadf7..757c7a1 100644 --- a/home/common/programs/unity.nix +++ b/home/common/programs/unity.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ pkgs, ... }: { home.packages = with pkgs; [ unityhub diff --git a/home/common/programs/yazi/default.nix b/home/common/programs/yazi/default.nix index 08a1fff..514ac65 100644 --- a/home/common/programs/yazi/default.nix +++ b/home/common/programs/yazi/default.nix @@ -1,7 +1,5 @@ { - lib, pkgs, - config, ... }: { diff --git a/home/common/programs/zsh.nix b/home/common/programs/zsh.nix index 54e5c0f..d8a2272 100644 --- a/home/common/programs/zsh.nix +++ b/home/common/programs/zsh.nix @@ -1,5 +1,4 @@ { - inputs, config, pkgs, ... diff --git a/home/konishi/default.nix b/home/konishi/default.nix index 2816b34..6cdbcea 100644 --- a/home/konishi/default.nix +++ b/home/konishi/default.nix @@ -1,9 +1,4 @@ { - inputs, - lib, - pkgs, - config, - outputs, ... }: { diff --git a/home/konishi/monitors.nix b/home/konishi/monitors.nix index 4833ff7..c61f854 100644 --- a/home/konishi/monitors.nix +++ b/home/konishi/monitors.nix @@ -1,8 +1,4 @@ { - lib, - inputs, - pkgs, - config, ... }: { diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index d0c43b3..08aed32 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -1,7 +1,6 @@ { inputs, pkgs, - config, ... }: { diff --git a/hosts/arrakis/hardware-configuration.nix b/hosts/arrakis/hardware-configuration.nix index dbd24bf..ebf5238 100644 --- a/hosts/arrakis/hardware-configuration.nix +++ b/hosts/arrakis/hardware-configuration.nix @@ -4,7 +4,6 @@ { config, lib, - pkgs, modulesPath, ... }: diff --git a/hosts/common/features/appimage.nix b/hosts/common/features/appimage.nix index b4c3a67..a890a25 100644 --- a/hosts/common/features/appimage.nix +++ b/hosts/common/features/appimage.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ ... }: { programs.appimage = { enable = true; diff --git a/hosts/common/features/display/default.nix b/hosts/common/features/display/default.nix index d05a9b7..81bc2d4 100644 --- a/hosts/common/features/display/default.nix +++ b/hosts/common/features/display/default.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ ... }: { imports = [ ./wayland.nix diff --git a/hosts/common/features/display/sddm.nix b/hosts/common/features/display/sddm.nix index 10c8253..ac3eaa1 100644 --- a/hosts/common/features/display/sddm.nix +++ b/hosts/common/features/display/sddm.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ pkgs, ... }: let sddm-noctalia-theme = pkgs.callPackage ../../../../pkgs/sddm-noctalia-theme/package.nix { }; in diff --git a/hosts/common/features/docker.nix b/hosts/common/features/docker.nix index 7cdf2c9..fa0b80f 100644 --- a/hosts/common/features/docker.nix +++ b/hosts/common/features/docker.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ ... }: { virtualisation.docker = { enable = true; diff --git a/hosts/common/features/fonts.nix b/hosts/common/features/fonts.nix index 8cfc2eb..f16aeae 100644 --- a/hosts/common/features/fonts.nix +++ b/hosts/common/features/fonts.nix @@ -1,7 +1,5 @@ { - inputs, pkgs, - fonts, ... }: { diff --git a/hosts/common/features/gpu/intel-graphics.nix b/hosts/common/features/gpu/intel-graphics.nix index e816eea..f5ad425 100644 --- a/hosts/common/features/gpu/intel-graphics.nix +++ b/hosts/common/features/gpu/intel-graphics.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { services.xserver.videoDrivers = [ "intel" ]; hardware.graphics = { diff --git a/hosts/common/features/home/default.nix b/hosts/common/features/home/default.nix index 91bb6d0..025183e 100644 --- a/hosts/common/features/home/default.nix +++ b/hosts/common/features/home/default.nix @@ -1,7 +1,4 @@ { - config, - lib, - pkgs, ... }: diff --git a/hosts/common/features/ledger.nix b/hosts/common/features/ledger.nix index 4eed092..dc68b45 100644 --- a/hosts/common/features/ledger.nix +++ b/hosts/common/features/ledger.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { services.udev.packages = with pkgs; [ ledger-udev-rules diff --git a/hosts/common/features/networking.nix b/hosts/common/features/networking.nix index b2773ad..d3678e4 100644 --- a/hosts/common/features/networking.nix +++ b/hosts/common/features/networking.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, ... }: +{ ... }: { networking = { networkmanager.enable = true; diff --git a/hosts/common/features/pipewire.nix b/hosts/common/features/pipewire.nix index 24e04a3..b32c7cf 100644 --- a/hosts/common/features/pipewire.nix +++ b/hosts/common/features/pipewire.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ pulseaudio ]; security.rtkit.enable = true; diff --git a/hosts/common/features/steam.nix b/hosts/common/features/steam.nix index ac7e675..2b92e68 100644 --- a/hosts/common/features/steam.nix +++ b/hosts/common/features/steam.nix @@ -1,5 +1,4 @@ { - pkgs, ... }: diff --git a/hosts/common/features/wine.nix b/hosts/common/features/wine.nix index 686a103..35fea2a 100644 --- a/hosts/common/features/wine.nix +++ b/hosts/common/features/wine.nix @@ -1,6 +1,4 @@ { - config, - lib, pkgs, ... }: diff --git a/hosts/common/global/nix.nix b/hosts/common/global/nix.nix index 773a044..7174440 100644 --- a/hosts/common/global/nix.nix +++ b/hosts/common/global/nix.nix @@ -1,7 +1,5 @@ { - inputs, lib, - nixpkgs, ... }: { diff --git a/hosts/common/global/ssh.nix b/hosts/common/global/ssh.nix index 17fa924..7d87d50 100644 --- a/hosts/common/global/ssh.nix +++ b/hosts/common/global/ssh.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { services.openssh = { enable = true; diff --git a/hosts/konishi/default.nix b/hosts/konishi/default.nix index c658edd..527cb47 100644 --- a/hosts/konishi/default.nix +++ b/hosts/konishi/default.nix @@ -1,7 +1,5 @@ { - inputs, pkgs, - config, ... }: { diff --git a/hosts/konishi/hardware-configuration.nix b/hosts/konishi/hardware-configuration.nix index 2a63852..8ad19fc 100644 --- a/hosts/konishi/hardware-configuration.nix +++ b/hosts/konishi/hardware-configuration.nix @@ -1,7 +1,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: +{ config, lib, modulesPath, ... }: { imports =