test
This commit is contained in:
parent
38594a8c8e
commit
4f5ae41a08
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, hostname, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
programs.git = {
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, hmStateVersion, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
programs.git = {
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
|
|
Loading…
Reference in a new issue