lil config changes n fixes

This commit is contained in:
2026-01-07 19:43:46 +00:00
parent b695388cdc
commit 17873e94fc
5 changed files with 17 additions and 6 deletions
+8 -1
View File
@@ -403,6 +403,13 @@
"all" "all"
], ],
"systemMonitorVariants": [], "systemMonitorVariants": [],
"desktopWidgetPositions": {}, "desktopWidgetPositions": {
"systemMonitor": {
"eDP-1": {
"x": 1600,
"y": 44.6015625
}
}
},
"configVersion": 3 "configVersion": 3
} }
+3 -3
View File
@@ -390,9 +390,9 @@ Shift-Ctrl-F8 go_to_previous_build_error_on_the_side
[[style]] [[style]]
[fonts] [fonts]
font: default font: M PLUS Latin Code 60 Semibold
font_ui: default font_ui: M PLUS Latin Code 60 Semibold
font_ui_bold: default font_ui_bold: M PLUS Latin Code 60 Bold
font_size: 14 font_size: 14
font_ui_size: 15 font_ui_size: 15
anti_aliasing: lcd # options: lcd, normal anti_aliasing: lcd # options: lcd, normal
+2 -1
View File
@@ -24,7 +24,8 @@ gtk-single-instance = true
# Font # Font
font-size = 12 font-size = 12
font-family = Kelmscott Mono # font-family = Kelmscott Mono
font-family = M PLUS Code Latin 60
# Theme # Theme
theme = Obsidian theme = Obsidian
+2
View File
@@ -10,6 +10,8 @@
# BEGIN PER-HOST PACKAGES # BEGIN PER-HOST PACKAGES
home.packages = with pkgs; [ home.packages = with pkgs; [
prismlauncher
mcpelauncher-ui-qt
]; ];
# BEGIN PER-HOST PROGRAMS # BEGIN PER-HOST PROGRAMS
+2 -1
View File
@@ -21,6 +21,7 @@
nativeBuildInputs = with pkgs; [ autoPatchelfHook makeWrapper ]; nativeBuildInputs = with pkgs; [ autoPatchelfHook makeWrapper ];
buildInputs = with pkgs; [ buildInputs = with pkgs; [
fontconfig
libxkbcommon libxkbcommon
xorg.libxcb xorg.libxcb
xorg.libX11 xorg.libX11
@@ -69,7 +70,7 @@
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "Focus a simple, fast, privacy-friendly text editor"; description = "Focus a simple, fast, privacy-friendly text editor";
homepage = "https://github.com/focus-editor/focus"; homepage = "https://github.com/focus-editor/focus";
license = licenses.mit; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "focus"; mainProgram = "focus";
}; };