change floorp profile name

This commit is contained in:
cswimr 2025-02-01 05:23:05 -06:00
parent 1be48af602
commit 868a902639
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, user, ... }:
let
extensions-repo = pkgs.nur.repos.rycee.firefox-addons;
extensions = with extensions-repo; [
@ -44,7 +44,7 @@ in
};
};
profiles = {
"cswimr (personal)" = {
${user} = {
id = 0;
isDefault = true;
extensions = extensions;