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 @@
{
config,
pkgs,
inputs,
...
}: {
{pkgs, ...}: {
imports = [
./hardware-configuration.nix
../../modules/common.nix

View File

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

View File

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

View File

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

View File

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