mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor: remove unused library functions, start removing with lib
This commit is contained in:
parent
abbb3f8899
commit
600d890b7f
23 changed files with 91 additions and 248 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, nixos, kw, ... }: with lib;
|
||||
{ config, lib, pkgs, nixos, kw, ... }:
|
||||
|
||||
let
|
||||
commonSettings = {
|
||||
|
|
@ -127,7 +127,7 @@ in
|
|||
};
|
||||
extraNativeMessagingHosts = with pkgs; [
|
||||
tridactyl-native
|
||||
] ++ optional config.programs.buku.enable bukubrow;
|
||||
] ++ lib.optional config.programs.buku.enable bukubrow;
|
||||
};
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
sponsorblock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue