mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
pkgs.extend() and cleanup!
Preparing for the screenstub overlay.
This commit is contained in:
parent
0a05d453f6
commit
e47deebca2
5 changed files with 21 additions and 31 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
let
|
||||
sources = import ../../../nix/sources.nix;
|
||||
unstable = import sources.nixpkgs-unstable { inherit (pkgs) config; };
|
||||
nur = import sources.NUR;
|
||||
in {
|
||||
imports = [ ./firefox ];
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
let
|
||||
sources = import ../../../../nix/sources.nix;
|
||||
unstable = import sources.nixpkgs-unstable { inherit (pkgs) config; };
|
||||
nur = import sources.NUR { inherit pkgs; };
|
||||
commonSettings = {
|
||||
"app.update.auto" = false;
|
||||
"identity.fxaccounts.account.device.name" = config.networking.hostName;
|
||||
|
|
@ -24,7 +22,7 @@ in {
|
|||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
extensions = with nur.repos.rycee.firefox-addons; [
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
auto-tab-discard
|
||||
bitwarden
|
||||
darkreader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue