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:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user