some changes reverted

This commit is contained in:
2026-06-10 00:26:43 -05:00
parent 1384fccf88
commit 5f3e317cde
3 changed files with 51 additions and 32 deletions
+8 -6
View File
@@ -44,14 +44,15 @@
settings = {
user.name = "Roy Dumblauskas";
user.email = "roydumblauskas@gmail.com";
alias = {
gp = "push";
gc = "commit -am";
ga = "git add .";
gs = "git status";
};
};
aliases = {
gp = "push";
gc = "commit -am";
ga = "git add .";
gs = "git status";
};
};
# user program config files
@@ -94,6 +95,7 @@
# Configure firefox to be resilient against reboot
# Source = https://github.com/johnmpost/nixos-config
programs.firefox = {
configPath = ".mozilla/firefox";
enable = true;
profiles.roy = {