diff --git a/configs/dms-darp8/settings.json b/configs/dms-darp8/settings.json index 620fcfa..6a9500e 100644 --- a/configs/dms-darp8/settings.json +++ b/configs/dms-darp8/settings.json @@ -403,6 +403,13 @@ "all" ], "systemMonitorVariants": [], - "desktopWidgetPositions": {}, + "desktopWidgetPositions": { + "systemMonitor": { + "eDP-1": { + "x": 1600, + "y": 44.6015625 + } + } + }, "configVersion": 3 } \ No newline at end of file diff --git a/configs/focus-editor/global.focus-config b/configs/focus-editor/global.focus-config index 484cffd..2d2c044 100644 --- a/configs/focus-editor/global.focus-config +++ b/configs/focus-editor/global.focus-config @@ -390,9 +390,9 @@ Shift-Ctrl-F8 go_to_previous_build_error_on_the_side [[style]] [fonts] -font: default -font_ui: default -font_ui_bold: default +font: M PLUS Latin Code 60 Semibold +font_ui: M PLUS Latin Code 60 Semibold +font_ui_bold: M PLUS Latin Code 60 Bold font_size: 14 font_ui_size: 15 anti_aliasing: lcd # options: lcd, normal diff --git a/configs/ghostty/config b/configs/ghostty/config index 5a31e14..72d47fe 100644 --- a/configs/ghostty/config +++ b/configs/ghostty/config @@ -24,7 +24,8 @@ gtk-single-instance = true # Font font-size = 12 -font-family = Kelmscott Mono +# font-family = Kelmscott Mono +font-family = M PLUS Code Latin 60 # Theme theme = Obsidian diff --git a/hosts/darp8/pkgs.nix b/hosts/darp8/pkgs.nix index 3307e48..5ea137f 100644 --- a/hosts/darp8/pkgs.nix +++ b/hosts/darp8/pkgs.nix @@ -10,6 +10,8 @@ # BEGIN PER-HOST PACKAGES home.packages = with pkgs; [ + prismlauncher + mcpelauncher-ui-qt ]; # BEGIN PER-HOST PROGRAMS diff --git a/pkgs/focus/flake.nix b/pkgs/focus/flake.nix index 1a6aef2..329772b 100644 --- a/pkgs/focus/flake.nix +++ b/pkgs/focus/flake.nix @@ -21,6 +21,7 @@ nativeBuildInputs = with pkgs; [ autoPatchelfHook makeWrapper ]; buildInputs = with pkgs; [ + fontconfig libxkbcommon xorg.libxcb xorg.libX11 @@ -69,7 +70,7 @@ meta = with pkgs.lib; { description = "Focus – a simple, fast, privacy-friendly text editor"; homepage = "https://github.com/focus-editor/focus"; - license = licenses.mit; + license = licenses.gpl3Only; platforms = platforms.linux; mainProgram = "focus"; };