chore: removed dead imports

This commit is contained in:
Nick 2025-06-26 02:43:48 -05:00
parent 7b29b69fd1
commit 0814b03d1f
29 changed files with 76 additions and 160 deletions

View file

@ -1,8 +1,4 @@
{
flake,
config,
...
}:
{ flake, ... }:
let
inherit (flake.config.people)
user0

View file

@ -1,8 +1,4 @@
{
pkgs,
config,
...
}:
{ pkgs, ... }:
{
environment = {
enableAllTerminfo = true;

View file

@ -1,8 +1,3 @@
{
flake,
pkgs,
...
}:
{
services.hypridle = {
enable = true;

View file

@ -1,8 +1,3 @@
{
pkgs,
flake,
...
}:
{
programs.hyprland = {
enable = true;

View file

@ -1,7 +1,6 @@
{
config,
flake,
lib,
pkgs,
...
}:

View file

@ -1,4 +1,4 @@
{ pkgs, flake, ... }:
{ pkgs, ... }:
{
environment.sessionVariables.NIXOS_OZONE_WL = "1";

View file

@ -1,4 +1,4 @@
{ flake, config, ... }:
{ flake, ... }:
let
inherit (flake.config.services.instances) audiobookshelf web;
inherit (flake.config.machines.devices) ceres;

View file

@ -1,8 +1,6 @@
{ config, flake, ... }:
let
inherit (flake.config.people) user0;
inherit (flake.config.services.instances) glance jellyfin web;
inherit (flake.config.machines.devices) ceres;
inherit (flake.config.services.instances) glance jellyfin;
service = glance;
configPath = ./config;
configImports = {

View file

@ -1,13 +1,6 @@
{
flake,
config,
...
}:
{ flake, ... }:
let
inherit (flake.config.machines.devices)
ceres
;
inherit (flake.config.services.instances) smtp kanboard web;
inherit (flake.config.services.instances) kanboard web;
service = kanboard;
localhost = web.localhost.address0;
host = service.domains.url0;

View file

@ -1,9 +1,4 @@
{
flake,
config,
pkgs,
...
}:
{ flake, config, ... }:
let
inherit (flake.config.machines.devices)
mars

View file

@ -3,7 +3,6 @@ let
inherit (flake.config.machines.devices)
synology
phone
tablet
;
inherit (flake.config.services.instances)
syncthing

View file

@ -1,8 +1,4 @@
{
flake,
config,
...
}:
{ flake, ... }:
let
inherit (flake.config.people) user0;
in