mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: update system
This commit is contained in:
@@ -16,6 +16,7 @@ function mismatch() {
|
||||
return {};
|
||||
}
|
||||
|
||||
export default v.ags === v.expected
|
||||
/*export default v.ags === v.expected
|
||||
? (await import("./js/main.js")).default
|
||||
: mismatch();
|
||||
: mismatch();*/
|
||||
export default (await import("./js/main.js")).default;
|
||||
|
||||
@@ -172,13 +172,6 @@
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
(callPackage ../../../overlays/wezterm {
|
||||
Cocoa = pkgs.Cocoa;
|
||||
CoreGraphics = pkgs.CoreGraphics;
|
||||
Foundation = pkgs.Foundation;
|
||||
System = pkgs.System;
|
||||
UserNotifications = pkgs.UserNotifications;
|
||||
})
|
||||
# fonts
|
||||
noto-fonts
|
||||
# essentials
|
||||
@@ -260,10 +253,5 @@
|
||||
source = ./hypr/shaders;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
file.".config/wezterm" = {
|
||||
source = ./wezterm;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
local wezterm = require("wezterm")
|
||||
|
||||
local config = {
|
||||
font = wezterm.font("JetBrains Mono"),
|
||||
enable_tab_bar = false,
|
||||
display_pixel_geometry = "BGR",
|
||||
freetype_load_target = "HorizontalLcd",
|
||||
freetype_load_flags = "NO_HINTING",
|
||||
freetype_render_target = "HorizontalLcd",
|
||||
font_size = 13.0,
|
||||
default_prog = { "/run/current-system/sw/bin/fish" },
|
||||
}
|
||||
|
||||
return config
|
||||
Reference in New Issue
Block a user