all repos — nixfiles @ 759b3c467cf5eeeaa3247e76dc5695f4973137f4

System and user configuration, managed by nix and home-manager

remove unused expressions/arguments

Alan Pearce
commit

759b3c467cf5eeeaa3247e76dc5695f4973137f4

parent

7f73174893bc51d3c701f4a4cda515492641d270

53 files changed, 2 insertions(+), 79 deletions(-)

changed files
M system/hosts/linde-hardware.nixsystem/hosts/linde-hardware.nix
@@ -2,9 +2,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { - config, lib, - pkgs, modulesPath, ... }:
M system/hosts/nano-hardware.nixsystem/hosts/nano-hardware.nix
@@ -2,9 +2,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { - config, lib, - pkgs, modulesPath, ... }:
M system/hosts/nano.nixsystem/hosts/nano.nix
@@ -327,7 +327,6 @@ users.mutableUsers = lib.mkForce true;
users.users.alan = { isNormalUser = true; - packages = with pkgs; [ ]; openssh.authorizedKeys.keys = [ "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJVREjPey2TOIPzfYJoG9yIR4Rui7tNJK2QIKa+pbgsyXg31hhPIw37LRRIic+l53mW8eahHxX3Y1IeTjcMw8IU= alan@secretive.marvin.local" ];
M system/hosts/nanopi-hardware.nixsystem/hosts/nanopi-hardware.nix
@@ -2,9 +2,7 @@ # Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { - config, lib, - pkgs, modulesPath, ... }:
M system/settings/base.nixsystem/settings/base.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, lib, ... }:
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, lib, ...
M system/settings/dev.nixsystem/settings/dev.nix
@@ -1,7 +1,6 @@
{ config, lib, - pkgs, ... }: with lib;
M system/settings/hardware/adb.nixsystem/settings/hardware/adb.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M system/settings/hardware/audio.nixsystem/settings/hardware/audio.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M system/settings/hardware/connman.nixsystem/settings/hardware/connman.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M system/settings/hardware/grub2.nixsystem/settings/hardware/grub2.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, lib, ... }:
M system/settings/hardware/iwd.nixsystem/settings/hardware/iwd.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, ... }: {
M system/settings/hardware/keyboard.nixsystem/settings/hardware/keyboard.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, ... }: {
M system/settings/hardware/mouse.nixsystem/settings/hardware/mouse.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, ... }: {
M system/settings/hardware/nitrokey.nixsystem/settings/hardware/nitrokey.nix
@@ -1,7 +1,5 @@
{ - config, pkgs, - lib, ... }: {
M system/settings/hardware/nvidia-gpu.nixsystem/settings/hardware/nvidia-gpu.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, lib, ... }:
M system/settings/hardware/printing.nixsystem/settings/hardware/printing.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, lib, ... }:
M system/settings/hardware/trezor.nixsystem/settings/hardware/trezor.nix
@@ -1,6 +1,4 @@
{ - config, - lib, pkgs, ... }:
M system/settings/programs/docker.nixsystem/settings/programs/docker.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }: +{ ... }: { virtualisation.containers = { enable = true;
M system/settings/programs/kde.nixsystem/settings/programs/kde.nix
@@ -1,5 +1,4 @@
{ - config, lib, pkgs, ...
M system/settings/programs/shell.nixsystem/settings/programs/shell.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M system/settings/services/samba.nixsystem/settings/services/samba.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M system/settings/services/syncthing.nixsystem/settings/services/syncthing.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, ... }: {
M system/settings/services/zeroconf.nixsystem/settings/services/zeroconf.nix
@@ -1,7 +1,4 @@
{ - config, - pkgs, - lib, ... }: {
M user/hosts/nano.nixuser/hosts/nano.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }: +{ ... }: { imports = [ ../settings/base.nix
M user/hosts/prefect.nixuser/hosts/prefect.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/modules/eshell.nixuser/modules/eshell.nix
@@ -1,7 +1,6 @@
{ config, lib, - pkgs, ... }: with lib;
M user/settings/accounting.nixuser/settings/accounting.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/chat.nixuser/settings/chat.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/development/lisp.nixuser/settings/development/lisp.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/development/nim.nixuser/settings/development/nim.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/development/rust.nixuser/settings/development/rust.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/development/web.nixuser/settings/development/web.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, lib, ...
M user/settings/development/zig.nixuser/settings/development/zig.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/dunst.nixuser/settings/dunst.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/ledger.nixuser/settings/ledger.nix
@@ -1,6 +1,4 @@
{ - config, - pkgs, ... }: {
M user/settings/music-management.nixuser/settings/music-management.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/nix.nixuser/settings/nix.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, lib, ...
M user/settings/nixpkgs.nixuser/settings/nixpkgs.nix
@@ -1,12 +1,6 @@
{ - config, - pkgs, ... }: -let - inherit (pkgs) stdenv; - stableConfig = config.nixpkgs.config; -in { imports = [ ./nix.nix
M user/settings/passwords.nixuser/settings/passwords.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/rofi.nixuser/settings/rofi.nix
@@ -1,6 +1,5 @@
{ config, - lib, pkgs, ... }:
M user/settings/sxhkd.nixuser/settings/sxhkd.nix
@@ -1,5 +1,4 @@
{ - config, pkgs, ... }:
M user/settings/workstation.nixuser/settings/workstation.nix
@@ -1,6 +1,5 @@
{ config, - lib, pkgs, ... }: