summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-08 07:45:07 -0500
committerSeth Flynn <[email protected]>2025-03-08 07:45:30 -0500
commitc333144dcd001046b46889c39df6654f0c9ce127 (patch)
treed1936e5e55e4f72415f10ebf299ceda331df26a0
parent1c9ebd4ee426057187f9c7f82b285a82f60f25f4 (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)
-rw-r--r--flake.lock6
-rw-r--r--users/seth/mixins/firefox.nix5
2 files changed, 4 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 357f553..8cf3177 100644
--- a/flake.lock
+++ b/flake.lock
@@ -141,11 +141,11 @@
]
},
"locked": {
- "lastModified": 1741394926,
- "narHash": "sha256-Tws1Ie0pD5CqOxi9VPz7KeeY8S6Z7vabP8v1EeNffNc=",
+ "lastModified": 1741437562,
+ "narHash": "sha256-brWe3l3LQ7/t/XzO9+yJ2cdG+GRq5G9/8KIe83OYTVE=",
"owner": "getchoo",
"repo": "getchpkgs",
- "rev": "cd550bda756601b360bed33943a106e41711e653",
+ "rev": "f08ec7d04c1fa83da90f9b051057df735bdcf2ef",
"type": "github"
},
"original": {
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;