changes to modules + adoption of PC
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./eza.nix
|
||||
./starship.nix
|
||||
./zoxide.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fish
|
||||
bat
|
||||
fzf
|
||||
fd
|
||||
zoxide
|
||||
ripgrep
|
||||
neovim
|
||||
];
|
||||
|
||||
home.file.".config/fish".source = ../config/fish;
|
||||
|
||||
programs.fish.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user