module(just): Add dead-nix to check unused nix code

This commit is contained in:
ulic-youthlic 2025-06-24 21:42:12 +08:00
parent bd3dad4e22
commit cdcd180527
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
36 changed files with 30 additions and 47 deletions

View file

@ -2,7 +2,6 @@
lib,
pkgs,
inputs,
config,
...
}: {
imports =

View file

@ -1,4 +1,4 @@
{pkgs, ...}: let
{...}: let
extraConfig = ''
output "DP-3" {
mode "2560x1440@169.900"

View file

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}: let
cfg = config.youthlic.gui;

View file

@ -1,8 +1,4 @@
{
config,
lib,
...
}: {
{...}: {
imports = [
./transfer-sh.nix
./rustypaste

View file

@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
...

View file

@ -1,8 +1,4 @@
{
rootPath,
config,
...
}: {
{rootPath, ...}: {
config = {
sops.defaultSopsFile = rootPath + "/secrets/general.yaml";
sops.age = {