148 current 2025-06-11 16:15:44 25.05.20250606.70c74b0 6.15.1 *

remove unused imports
This commit is contained in:
2025-06-11 16:15:47 +02:00
parent 737a6bd40b
commit d502e4e68d
5 changed files with 3 additions and 18 deletions

View File

@ -1,9 +1,4 @@
{ {pkgs, ...}: {
config,
pkgs,
inputs,
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/common.nix ../../modules/common.nix

View File

@ -4,7 +4,6 @@
{ {
config, config,
lib, lib,
pkgs,
modulesPath, modulesPath,
... ...
}: { }: {

View File

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

View File

@ -1,8 +1,4 @@
{ {...}: {
config,
pkgs,
...
}: {
services.xserver = { services.xserver = {
# Enable the X11 windowing system (needed even for Wayland sessions) # Enable the X11 windowing system (needed even for Wayland sessions)
enable = true; enable = true;

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
config,
pkgs,
...
}: {
# Common packages for ALL systems # Common packages for ALL systems
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# networking # networking