remove unused parameters

This commit is contained in:
Osman Faruk Bayram 2025-03-13 18:34:14 +03:00
parent da571e0717
commit fb44140e47
5 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{
programs.bash = {
enable = true;
bashrcExtra = ''

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{
programs.firefox = {
enable = true;
languagePacks = [

View file

@ -1,5 +1,4 @@
{
config,
pkgs,
...
}: let

View file

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

View file

@ -2,9 +2,7 @@
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{
config,
lib,
pkgs,
modulesPath,
...
}: {