collapse gui and identity arguments

This commit is contained in:
Noah Masur
2022-04-30 12:07:58 -04:00
parent 8e08b70d86
commit 9d7307d16d
21 changed files with 89 additions and 84 deletions

View File

@ -1,6 +1,6 @@
{ pkgs, user, ... }: {
{ pkgs, identity, ... }: {
home-manager.users.${user} = {
home-manager.users.${identity.user} = {
home.packages = with pkgs; [
neovim