This commit is contained in:
Yan Lin 2025-11-02 21:18:34 +01:00
parent 290daea969
commit 5038fe1289

View file

@ -13,6 +13,20 @@
../../../modules/gnome.nix ../../../modules/gnome.nix
]; ];
# Enable Ghostty terminal with OSC-52 clipboard support
programs.ghostty-custom = {
enable = true;
package = pkgs.ghostty;
fontSize = 12;
windowMode = "maximized";
};
# Enable Firefox browser
programs.firefox-custom = {
enable = true;
package = pkgs.firefox;
};
# ThinkPad-specific applications # ThinkPad-specific applications
home.packages = with pkgs; [ home.packages = with pkgs; [
obsidian obsidian