minor
This commit is contained in:
parent
290daea969
commit
5038fe1289
1 changed files with 14 additions and 0 deletions
|
|
@ -13,6 +13,20 @@
|
|||
../../../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
|
||||
home.packages = with pkgs; [
|
||||
obsidian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue