change mozilla dir
This commit is contained in:
@@ -122,15 +122,7 @@
|
|||||||
settings = {
|
settings = {
|
||||||
user.name = "Roy Dumblauskas";
|
user.name = "Roy Dumblauskas";
|
||||||
user.email = "roydumblauskas@gmail.com";
|
user.email = "roydumblauskas@gmail.com";
|
||||||
|
|
||||||
alias = {
|
|
||||||
gp = "push";
|
|
||||||
gc = "commit -am";
|
|
||||||
ga = "git add .";
|
|
||||||
gs = "git status";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
@@ -171,17 +163,14 @@
|
|||||||
".ssh"
|
".ssh"
|
||||||
"rp"
|
"rp"
|
||||||
"dl"
|
"dl"
|
||||||
".mozilla/firefox/roy/storage/default"
|
|
||||||
".cache/mozilla/firefox/roy"
|
|
||||||
# persist steam
|
# persist steam
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
# persist spotify
|
# persist spotify
|
||||||
".config/spotify"
|
".config/spotify"
|
||||||
|
".cache/spotify"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".bash_history"
|
".bash_history"
|
||||||
".mozilla/firefox/roy/places.sqlite"
|
|
||||||
".mozilla/firefox/roy/cookies.sqlite"
|
|
||||||
".config/sops/age/keys.txt"
|
".config/sops/age/keys.txt"
|
||||||
".local/share/PrismLauncher/accounts.json"
|
".local/share/PrismLauncher/accounts.json"
|
||||||
".local/share/PrismLauncher/instances/1.21.6/instance.cfg"
|
".local/share/PrismLauncher/instances/1.21.6/instance.cfg"
|
||||||
@@ -195,7 +184,6 @@
|
|||||||
# Configure firefox to be resilient against reboot
|
# Configure firefox to be resilient against reboot
|
||||||
# Source = https://github.com/johnmpost/nixos-config
|
# Source = https://github.com/johnmpost/nixos-config
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
configPath = ".mozilla/firefox";
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
profiles.roy = {
|
profiles.roy = {
|
||||||
|
|||||||
Reference in New Issue
Block a user