diff options
| author | Seth Flynn <[email protected]> | 2025-03-08 07:45:07 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-08 07:45:30 -0500 |
| commit | c333144dcd001046b46889c39df6654f0c9ce127 (patch) | |
| tree | d1936e5e55e4f72415f10ebf299ceda331df26a0 /users | |
| parent | 1c9ebd4ee426057187f9c7f82b285a82f60f25f4 (diff) | |
flake: update getchpkgs
Flake lock file updates:
• Updated input 'getchpkgs':
'github:getchoo/getchpkgs/cd550bda756601b360bed33943a106e41711e653' (2025-03-08)
→ 'github:getchoo/getchpkgs/f08ec7d04c1fa83da90f9b051057df735bdcf2ef' (2025-03-08)
Diffstat (limited to 'users')
| -rw-r--r-- | users/seth/mixins/firefox.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/users/seth/mixins/firefox.nix b/users/seth/mixins/firefox.nix index 2f14e60..9fc8378 100644 --- a/users/seth/mixins/firefox.nix +++ b/users/seth/mixins/firefox.nix @@ -28,10 +28,7 @@ in ]; profiles.arkenfox = { - arkenfox = { - enable = true; - version = "133.0"; - }; + arkenfox.enable = true; isDefault = true; |
