test
This commit is contained in:
parent
cd417f791a
commit
38594a8c8e
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, hostname, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# Kitty Conf
|
# Kitty Conf
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/
|
# https://sw.kovidgoyal.net/kitty/conf/
|
||||||
home.file.".config/kitty/kitty.conf".text = ''
|
home.file.".config/kitty/kitty.conf".text = ''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, hostname, hmStateVersion, ... }: {
|
{ config, pkgs, hostname, ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
userName = "albert";
|
userName = "albert";
|
||||||
userEmail = "albert@sysctl.io";
|
userEmail = "albert@sysctl.io";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, hostname, hmStateVersion, ... }: {
|
{ config, pkgs, hmStateVersion, ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
userName = "albert";
|
userName = "albert";
|
||||||
userEmail = "albert@sysctl.io";
|
userEmail = "albert@sysctl.io";
|
||||||
|
|
Loading…
Reference in a new issue