Update Firefox and stateVersion

Set home-manager stateVersion to 21.11
Move to newer method of integrating Firefox with Gnome
Add tree-style-tab plugin for Firefox
This commit is contained in:
Greg Hellings
2022-05-23 23:58:40 -05:00
parent b5236bf145
commit cc98e529f5
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -18,4 +18,5 @@ in {
home.username = name;
home.homeDirectory = if name == "root" then "/root" else "/home/${name}";
home.stateVersion = "21.11";
}