Move some packages to home/tui, add missing tui import

This commit is contained in:
Evie Litherland-Smith 2023-07-16 17:48:23 +01:00
parent b102f9e209
commit 3dde6e968e
6 changed files with 10 additions and 8 deletions

View file

@ -1,19 +1,20 @@
{pkgs, ...}: {
home.packages = with pkgs; [
git
curl
dig
fzf
git
gnutar
gnumake
gnused
gcc
fzf
ripgrep
silver-searcher
tree-sitter
];
programs = {
neovim = {
enable = true;
package = pkgs.neovim-nightly;
defaultEditor = true;
viAlias = true;
vimAlias = true;

View file

@ -6,6 +6,7 @@ in {
../../home/shell/fish.nix
../../home/git/personal.nix
../../home/ssh/personal.nix
../../home/tui
];
home = {
inherit username homeDirectory;

View file

@ -6,7 +6,8 @@ in {
../../home/shell/zsh.nix
../../home/git/personal.nix
../../home/ssh/personal.nix
../../home/wezterm.nix
../../home/tui
../../home/wezterm
];
home = {
inherit username homeDirectory;

View file

@ -11,8 +11,8 @@ in {
../../home/shell/fish.nix
../../home/git/work.nix
../../home/ssh/work.nix
../../home/desktop/hyprland
../../home/desktop/waybar
../../home/tui
../../home/hyprland
../../home/firefox/work.nix
../../home/wezterm
];

View file

@ -6,6 +6,7 @@ in {
../../home/shell/fish.nix
../../home/git/personal.nix
../../home/ssh/personal.nix
../../home/tui
../../home/hyprland
];
home = {

View file

@ -53,9 +53,7 @@
};
};
environment.systemPackages = with pkgs; [
dig
gnumake
silver-searcher
distrobox
];
environment = {