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

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