This commit is contained in:
iFargle 2023-08-23 21:19:35 +09:00
parent 38594a8c8e
commit 4f5ae41a08
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
{ lib, config, pkgs, hostname, username, desktop, hmStateVersion, ... }: {
home.stateVersion = hmStateVersion;
home = {
inherit hmStateVersion;
inherit username;
};
imports = [
# Common app configs - Will apply to all users managed by home-manager
./common/software/cli/bash.nix

View file

@ -1,4 +1,4 @@
{ config, pkgs, hostname, ... }: {
{ config, pkgs, ... }: {
programs.git = {
userName = "albert";
userEmail = "albert@sysctl.io";

View file

@ -1,4 +1,4 @@
{ config, pkgs, hmStateVersion, ... }: {
{ config, pkgs, ... }: {
programs.git = {
userName = "albert";
userEmail = "albert@sysctl.io";