move everyday programs from experimental to power-user

This commit is contained in:
Noah Masur
2025-07-26 16:00:27 -04:00
parent 45aa5d01e5
commit 3e7afdc0b3
2 changed files with 7 additions and 8 deletions

View File

@ -17,10 +17,6 @@ in
nmasur.presets.programs = {
zed-editor.enable = lib.mkDefault true;
ghostty.enable = lib.mkDefault true;
helix.enable = lib.mkDefault true;
zellij.enable = lib.mkDefault true;
lazygit.enable = lib.mkDefault true;
};
home.packages = [
@ -32,8 +28,6 @@ in
pkgs.charm # Manage account and filesystem
pkgs.pop # Send emails from a TUI
pkgs.yazi # TUI file explorer
];
programs.gh-dash.enable = lib.mkDefault true;