changes
This commit is contained in:
parent
42bcaf29af
commit
e30acab570
4 changed files with 10 additions and 3 deletions
|
|
@ -6,7 +6,6 @@
|
|||
# package = pkgs.firefox.override {
|
||||
# cfg = {
|
||||
# enableTridactylNative = true;
|
||||
# enableKeePassXC = true;
|
||||
# };
|
||||
# };
|
||||
policies = {
|
||||
|
|
@ -36,6 +35,12 @@
|
|||
};
|
||||
};
|
||||
profiles = {
|
||||
alt = {
|
||||
id = 1;
|
||||
name = "alt";
|
||||
isDefault = false;
|
||||
path = "f6h6bcj5.default-release";
|
||||
};
|
||||
${config.home.username} = {
|
||||
name = config.home.username;
|
||||
isDefault = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue