mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
superConfig -> nixos
This commit is contained in:
parent
59dcb0c998
commit
8a7022d918
5 changed files with 15 additions and 15 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ config, lib, pkgs, superConfig, ... }:
|
||||
{ config, lib, pkgs, nixos, ... }:
|
||||
|
||||
let
|
||||
commonSettings = {
|
||||
"app.update.auto" = false;
|
||||
"identity.fxaccounts.account.device.name" = superConfig.networking.hostName;
|
||||
"identity.fxaccounts.account.device.name" = nixos.networking.hostName;
|
||||
"signon.rememberSignons" = false;
|
||||
"browser.download.lastDir" = "/home/kat/downloads";
|
||||
"browser.urlbar.placeholderName" = "DuckDuckGo";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue