Based on the Diffuse Field target with a slope of -0.833 dB per octave to make it more Harman-like.
Sounds extremely similar to the Moondrop Variations, but this is only a coincidence.
_harman
has less treble
let | |
# home-manager.nix | |
programs.vscode = { | |
enable = true; | |
package = pkgs.vscode; | |
extensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace | |
(import (fileFromMisc "vscode/extensions.nix")); | |
}; | |
# configuration.nix |
module Path = | |
open System.IO | |
let isAbsolute (a: string) = Path.IsPathRooted(a) | |
let dirname (a: string) = Path.GetDirectoryName(a) | |
let name (a: string) = Path.GetFileName(a) |
module Tailwind exposing (..) | |
{-| Generated from Tailwind 2.2.19. | |
-} | |
import Html exposing (Attribute) | |
import Html.Attributes exposing (class) | |
const translations: ({ | |
term: string; | |
definition: string; | |
context: string; | |
term_plural: string; | |
reference: string; | |
comment: string; | |
} | { | |
term: string; | |
definition: { |
# TODO: move this over to config file | |
monitor=eDP-1,disable | |
monitor=HDMI-A-1,preferred,auto,auto | |
# TODO: move this over to config file (scaling settings) | |
env = GDK_SCALE,1.5 | |
env = XCURSOR_SIZE,16 | |
env = NIXOS_OZONE_WL,1 | |
$statusbar = waybar |