feat: update system

This commit is contained in:
2024-01-22 21:36:26 +01:00
parent 913bbb9719
commit 9427892cbc
8 changed files with 71 additions and 7778 deletions

View File

@@ -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;

View File

@@ -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;
};
};
}

View File

@@ -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