change floorp profile name
This commit is contained in:
parent
1be48af602
commit
868a902639
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue