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, ... }: {