80 current 2025-10-08 10:53:26 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-08 11:01:11 -05:00
parent f3e024cefc
commit 0229b200ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 79 current 2025-10-08 00:28:08 25.05.20251001.5b5be50 6.12.49 * # generation: 80 current 2025-10-08 10:53:26 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -70,6 +70,7 @@
# package install list # package install list
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
lf
rsync rsync
wget wget
git git
@@ -78,7 +79,6 @@
neofetch neofetch
btop btop
age age
nvidia-container-toolkit
]; ];