Make nixos use ghostty module as well

This commit is contained in:
Yan Lin 2025-09-13 13:56:27 +02:00
parent 7e967f4915
commit 2db8749c25
4 changed files with 122 additions and 55 deletions

View file

@ -10,6 +10,7 @@
../../../modules/firefox.nix
../../../modules/plasma.nix
../../../modules/syncthing.nix
../../../modules/ghostty.nix
plasma-manager.homeModules.plasma-manager
];
@ -19,6 +20,14 @@
package = pkgs.firefox;
};
# Enable Ghostty terminal with NixOS package
programs.ghostty-custom = {
enable = true;
package = pkgs.ghostty; # Install via nix on NixOS
fontSize = 13;
windowMode = "fullscreen";
};
# Any ThinkPad-specific home configurations can be added here
# For example, laptop-specific aliases or scripts