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, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
git
curl curl
dig
fzf
git
gnutar gnutar
gnumake gnumake
gnused gnused
gcc gcc
fzf
ripgrep ripgrep
silver-searcher
tree-sitter tree-sitter
]; ];
programs = { programs = {
neovim = { neovim = {
enable = true; enable = true;
package = pkgs.neovim-nightly;
defaultEditor = true; defaultEditor = true;
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;

View file

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

View file

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

View file

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

View file

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

View file

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