home-manager parameters

This commit is contained in:
2025-09-24 03:05:30 -04:00
parent 4afceb577d
commit 8797880ee1
3 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, inputs, username ? "abby", ... }:
{ config, pkgs, inputs, system ? "x86_64-linux", username ? "abby", ... }:
{
# Home Manager needs a bit of information about you and the
@ -22,6 +22,7 @@
home.packages = with pkgs; [
tmux
htop
#inputs.baballonia.${system}.default
];
# Wayvr customization