bulk of the refactor

This commit is contained in:
2025-08-27 11:31:06 -04:00
parent 6ff4e13b03
commit ddd3fb39e4
2 changed files with 32 additions and 32 deletions

View File

@@ -6,14 +6,19 @@
neovim
usbutils
coreutils
lshw
systemd
dmidecode
pciutils
nix-ld
patchelf
htop
];
] ++
lib.optionals pkgs.stdenv.isLinux (with pkgs; [
systemd
lshw
dmidecode
nix-ld
]) ++
lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
# nothing here, yet
]);
# Common environment variables that every system will use
environment.variables.EDITOR = "nvim";