mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
collapse gui and identity arguments
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{ pkgs, user, ... }: {
|
||||
{ pkgs, identity, ... }: {
|
||||
|
||||
home-manager.users.${user} = {
|
||||
home-manager.users.${identity.user} = {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
|
Reference in New Issue
Block a user