unstable waveterm and hm ghostty

This commit is contained in:
death916 2025-10-22 03:32:04 -07:00
parent 8ecd6cefd0
commit e6ca41d35b

View file

@ -67,13 +67,12 @@ in
ethtool
pciutils
usbutils
waveterm
unstablePkgs.waveterm
unstablePkgs.halloy
tmux
nextcloud-client
obsidian
element-desktop
ghostty
manix
unstablePkgs.zed-editor-fhs
aichat
@ -99,13 +98,21 @@ in
kdePackages.kdeconnect-kde
];
programs.ghostty = {
enable = true;
enableBashIntegration = true;
settings = {
window-save-state = always;
};
},
services.udiskie = {
enable = true;
settings = {
# workaround for
# https://github.com/nix-community/home-manager/issues/632
program_options = {
# replace with your favorite file manager
file_manager = "${pkgs.nautilus}";
};
};
@ -174,6 +181,7 @@ in
package = pkgs.vscode.fhs;
};
programs.bash = {
enable = true;
enableCompletion = true;