home-manager parameters
This commit is contained in:
3
home.nix
3
home.nix
@ -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
|
||||
|
||||
Reference in New Issue
Block a user