diff --git a/blue/configuration.nix b/blue/configuration.nix index d4757d8..6f62667 100644 --- a/blue/configuration.nix +++ b/blue/configuration.nix @@ -1,7 +1,6 @@ { config, pkgs, - lib, ... }: { imports = [ diff --git a/blue/hardware-configuration.nix b/blue/hardware-configuration.nix index 45e2bad..5d5361e 100644 --- a/blue/hardware-configuration.nix +++ b/blue/hardware-configuration.nix @@ -4,7 +4,6 @@ { config, lib, - pkgs, modulesPath, ... }: { diff --git a/common/packages.nix b/common/packages.nix index 0e01992..8d6387f 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -1,5 +1,4 @@ { - config, pkgs, nix-xilinx, system, diff --git a/home/home.nix b/home/home.nix index ec3f722..de607a3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1,16 +1,12 @@ { pkgs, config, - lib, - inputs, ... -}: -let +}: let qutebrowser_firejail = pkgs.writeShellScriptBin "qutebrowser" '' firejail -- ${pkgs.qutebrowser}/bin/qutebrowser "$@" ''; -in -with lib; { +in { imports = [./zsh.nix ./i3status-rust.nix ./sway.nix ./i3.nix ./home_packages.nix ./whatsapp-for-linux.nix]; home.stateVersion = "22.11"; @@ -62,7 +58,7 @@ with lib; { clock24 = true; keyMode = "vi"; terminal = "screen-256color"; - plugins = with pkgs.tmuxPlugins; [ sysstat net-speed gruvbox ]; + plugins = with pkgs.tmuxPlugins; [sysstat net-speed gruvbox]; }; mpv = { diff --git a/home/home_packages.nix b/home/home_packages.nix index ecb0ac5..22ffd89 100644 --- a/home/home_packages.nix +++ b/home/home_packages.nix @@ -1,5 +1,4 @@ { - config, pkgs, inputs, system, diff --git a/home/i3status-rust.nix b/home/i3status-rust.nix index ae7d2a7..75a8577 100644 --- a/home/i3status-rust.nix +++ b/home/i3status-rust.nix @@ -1,9 +1,4 @@ -{ - config, - lib, - pkgs, - ... -}: { +{...}: { programs.i3status-rust = { bars.top = { icons = "awesome5"; diff --git a/home/sway.nix b/home/sway.nix index 08c6785..c703c1d 100644 --- a/home/sway.nix +++ b/home/sway.nix @@ -1,6 +1,5 @@ { config, - lib, pkgs, inputs, system, diff --git a/home/whatsapp-for-linux.nix b/home/whatsapp-for-linux.nix index 124fe53..630c6c0 100644 --- a/home/whatsapp-for-linux.nix +++ b/home/whatsapp-for-linux.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{lib, ...}: with lib; { xdg.configFile."whatsapp-for-linux/settings.conf".source = builtins.toFile "settings.conf" ( generators.toINI {} { diff --git a/magpie/hardware-configuration.nix b/magpie/hardware-configuration.nix index f5e1c80..3b9f2a4 100644 --- a/magpie/hardware-configuration.nix +++ b/magpie/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, ... }: { diff --git a/mediabox/configuration.nix b/mediabox/configuration.nix index b3afcf8..9071533 100644 --- a/mediabox/configuration.nix +++ b/mediabox/configuration.nix @@ -4,8 +4,6 @@ { config, pkgs, - lib, - sops-nix, zremap, system, nvim, diff --git a/mediabox/hardware-configuration.nix b/mediabox/hardware-configuration.nix index c56eb2e..fbdbbd1 100644 --- a/mediabox/hardware-configuration.nix +++ b/mediabox/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, ... }: { diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 9d444aa..0adb2d9 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -1,9 +1,7 @@ { config, pkgs, - lib, nix-xilinx, - sops-nix, system, nvim, zremap, diff --git a/nixy/hardware-configuration.nix b/nixy/hardware-configuration.nix index 6314279..b637bdd 100644 --- a/nixy/hardware-configuration.nix +++ b/nixy/hardware-configuration.nix @@ -4,7 +4,6 @@ { config, lib, - pkgs, modulesPath, ... }: {