lil config changes n fixes
This commit is contained in:
@@ -403,6 +403,13 @@
|
||||
"all"
|
||||
],
|
||||
"systemMonitorVariants": [],
|
||||
"desktopWidgetPositions": {},
|
||||
"desktopWidgetPositions": {
|
||||
"systemMonitor": {
|
||||
"eDP-1": {
|
||||
"x": 1600,
|
||||
"y": 44.6015625
|
||||
}
|
||||
}
|
||||
},
|
||||
"configVersion": 3
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
# BEGIN PER-HOST PACKAGES
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
mcpelauncher-ui-qt
|
||||
];
|
||||
|
||||
# BEGIN PER-HOST PROGRAMS
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user