mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
unstable waveterm and hm ghostty
This commit is contained in:
parent
8ecd6cefd0
commit
e6ca41d35b
1 changed files with 11 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue