Move some packages to home/tui, add missing tui import
This commit is contained in:
parent
b102f9e209
commit
3dde6e968e
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -53,9 +53,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
dig
|
|
||||||
gnumake
|
gnumake
|
||||||
silver-searcher
|
|
||||||
distrobox
|
distrobox
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
|
|
Loading…
Reference in a new issue