From fb44140e47c8e25646c687ab11330fb406f11bf2 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 13 Mar 2025 18:34:14 +0300 Subject: [PATCH] remove unused parameters --- home/bash.nix | 2 +- home/firefox.nix | 2 +- home/tmux/default.nix | 1 - hosts/atreus/configuration.nix | 1 - hosts/pochita/hardware-configuration.nix | 2 -- 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/home/bash.nix b/home/bash.nix index b29a484..90649bc 100644 --- a/home/bash.nix +++ b/home/bash.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{ programs.bash = { enable = true; bashrcExtra = '' diff --git a/home/firefox.nix b/home/firefox.nix index 8e8ccf1..bf577a8 100644 --- a/home/firefox.nix +++ b/home/firefox.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{ programs.firefox = { enable = true; languagePacks = [ diff --git a/home/tmux/default.nix b/home/tmux/default.nix index 847b3b6..b58b8c3 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -1,5 +1,4 @@ { - config, pkgs, ... }: let diff --git a/hosts/atreus/configuration.nix b/hosts/atreus/configuration.nix index 97270f8..984c931 100644 --- a/hosts/atreus/configuration.nix +++ b/hosts/atreus/configuration.nix @@ -1,5 +1,4 @@ { - config, lib, pkgs, ... diff --git a/hosts/pochita/hardware-configuration.nix b/hosts/pochita/hardware-configuration.nix index 073bec0..90ca28b 100644 --- a/hosts/pochita/hardware-configuration.nix +++ b/hosts/pochita/hardware-configuration.nix @@ -2,9 +2,7 @@ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { - config, lib, - pkgs, modulesPath, ... }: {