mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
collapse gui and identity arguments
This commit is contained in:
@ -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";
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user