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, ... }: {
|
{ lib, config, pkgs, hostname, username, desktop, hmStateVersion, ... }: {
|
||||||
home.stateVersion = hmStateVersion;
|
home.stateVersion = hmStateVersion;
|
||||||
|
|
||||||
|
home = {
|
||||||
|
inherit hmStateVersion;
|
||||||
|
inherit username;
|
||||||
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# Common app configs - Will apply to all users managed by home-manager
|
# Common app configs - Will apply to all users managed by home-manager
|
||||||
./common/software/cli/bash.nix
|
./common/software/cli/bash.nix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, hostname, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
userName = "albert";
|
userName = "albert";
|
||||||
userEmail = "albert@sysctl.io";
|
userEmail = "albert@sysctl.io";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, hmStateVersion, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
userName = "albert";
|
userName = "albert";
|
||||||
userEmail = "albert@sysctl.io";
|
userEmail = "albert@sysctl.io";
|
||||||
|
|
Loading…
Reference in a new issue