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

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, user, font, ... }:
{ pkgs, ... }:
{
nix.extraOptions = "experimental-features = nix-command flakes";

View File

@ -1,7 +1,7 @@
{ pkgs, lib, user, ... }: {
{ pkgs, lib, identity, ... }: {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.${user} = {
home-manager.users.${identity.user} = {
home.packages = with pkgs; [
# neomutt